Update .gitlab-ci.yml deploy_to_dockerhub and deploy_to_gitlab job configurations to be optional
This commit is contained in:
parent
5d93b4695c
commit
d5fd6c516b
@ -42,7 +42,8 @@ deploy_to_pypi:
|
||||
deploy_to_dockerhub:
|
||||
stage: deploy
|
||||
needs:
|
||||
- deploy_to_pypi
|
||||
- job: deploy_to_pypi
|
||||
optional: true
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
@ -63,7 +64,8 @@ deploy_to_dockerhub:
|
||||
deploy_to_gitlab:
|
||||
stage: deploy
|
||||
needs:
|
||||
- deploy_to_pypi
|
||||
- job: deploy_to_pypi
|
||||
optional: true
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user