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

ci: job deploy_docker_test_image must always be manual (or never)

parent d40b20d5
No related branches found
No related tags found
1 merge request!21ci cache
This commit is part of merge request !21. Comments created here will be created in the context of that merge request.
...@@ -158,7 +158,6 @@ deploy_docker_test_image: ...@@ -158,7 +158,6 @@ deploy_docker_test_image:
when: manual when: manual
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"'
when: never when: never
- if: $CI_MERGE_REQUEST_ID
- when: manual - when: manual
variables: variables:
DOCKERFILE_PATH: "docker/Dockerfile" DOCKERFILE_PATH: "docker/Dockerfile"
......
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