File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ platform:
99steps :
1010- name : test
1111 image : docker.io/drycc/go-dev
12- pull : if-not-exists
12+ pull : always
1313 privileged : true
1414 commands :
1515 - make bootstrap test test-cover
2828
2929- name : codecov
3030 image : docker.io/drycc/go-dev
31- pull : if-not-exists
31+ pull : always
3232 commands :
3333 - curl -s https://codecov.io/bash | bash
3434 environment :
4040
4141- name : publish
4242 image : docker.io/drycc/go-dev
43- pull : if-not-exists
43+ pull : always
4444 privileged : true
4545 commands :
4646 - echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -86,7 +86,7 @@ platform:
8686steps :
8787- name : publish
8888 image : docker.io/drycc/go-dev
89- pull : if-not-exists
89+ pull : always
9090 privileged : true
9191 commands :
9292 - echo $DOCKER_PASSWORD | docker login $DRYCC_REGISTRY --username $DOCKER_USERNAME --password-stdin
@@ -123,7 +123,7 @@ name: manifest
123123steps :
124124- name : generate manifest
125125 image : docker.io/drycc/go-dev
126- pull : if-not-exists
126+ pull : always
127127 commands :
128128 - sed -i "s/docker.io/$${DRYCC_REGISTRY}/g" .drone/manifest.tmpl
129129 environment :
You can’t perform that action at this time.
0 commit comments