Skip to content
Snippets Groups Projects
Commit b587f295 authored by Éloïs's avatar Éloïs
Browse files

ci: job deploy_docker_test_image is optional

parent 8eceaddb
No related branches found
No related tags found
No related merge requests found
...@@ -163,6 +163,7 @@ deploy_docker_test_image: ...@@ -163,6 +163,7 @@ deploy_docker_test_image:
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"'
when: never when: never
- when: manual - when: manual
allow_failure: true
variables: variables:
DOCKERFILE_PATH: "docker/Dockerfile" DOCKERFILE_PATH: "docker/Dockerfile"
IMAGE_TAG: "test-image-$CI_COMMIT_SHORT_SHA" IMAGE_TAG: "test-image-$CI_COMMIT_SHORT_SHA"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment