File tree 1 file changed +8
-16
lines changed
1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -44,22 +44,6 @@ steps:
44
44
commands :
45
45
- make -j4 build
46
46
47
- - name : publish
48
- image : docker.io/bitpoke/build:v0.5.0
49
- environment :
50
- DOCKER_REGISTRY :
51
- from_secret : DOCKER_REGISTRY
52
- DOCKER_USERNAME :
53
- from_secret : DOCKER_USERNAME
54
- DOCKER_PASSWORD :
55
- from_secret : DOCKER_PASSWORD
56
- commands :
57
- - /usr/local/bin/setup-credentials-helper.sh
58
- - make publish
59
- when :
60
- ref :
61
- - refs/tags/**
62
-
63
47
services :
64
48
- name : docker
65
49
image : docker:20.10.8-dind-rootless
@@ -110,10 +94,18 @@ steps:
110
94
from_secret : DOCKER_USERNAME
111
95
DOCKER_PASSWORD :
112
96
from_secret : DOCKER_PASSWORD
97
+ # make build system happy by setting a branch name on tags
98
+ BRANCH_NAME : release-${DRONE_TAG}
113
99
commands :
114
100
- /usr/local/bin/setup-credentials-helper.sh
115
101
- make publish
116
102
103
+ services :
104
+ - name : docker
105
+ image : docker:20.10.8-dind-rootless
106
+ environment :
107
+ DOCKER_TLS_CERTDIR : " "
108
+
117
109
---
118
110
kind : pipeline
119
111
name : e2e testing
You can’t perform that action at this time.
0 commit comments