We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca91ccd commit ce45672Copy full SHA for ce45672
.drone.yml
@@ -109,15 +109,6 @@ steps:
109
exclude:
110
- pull_request
111
112
- - name: tag-pre-condition
113
- pull: always
114
- image: alpine/git
115
- commands:
116
- - git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
117
- when:
118
- event:
119
- - tag
120
-
121
- name: build
122
pull: always
123
image: golang:1.13
@@ -159,6 +150,17 @@ steps:
159
150
- push
160
151
161
152
153
+ - name: tag-pre-condition
154
+ pull: always
155
+ image: alpine/git
156
+ commands:
157
+ - git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
158
+ depends_on:
+ - build
+ when:
+ event:
162
+ - tag
163
+
164
- name: tag-test
165
166
0 commit comments