Made requirement optional
This commit is contained in:
parent
cfc2493df1
commit
cf3880cbd9
1 changed files with 2 additions and 1 deletions
|
|
@ -55,4 +55,5 @@ build_and_push:
|
||||||
- echo "Pushing Celery image ${CELERY_IMAGE_NAME}"
|
- echo "Pushing Celery image ${CELERY_IMAGE_NAME}"
|
||||||
- docker push "$CELERY_IMAGE_NAME"
|
- docker push "$CELERY_IMAGE_NAME"
|
||||||
needs:
|
needs:
|
||||||
- run_tests
|
- job: run_tests
|
||||||
|
optional: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue