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
Branches
Tags
1 merge request!21ci cache
...@@ -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.
Please register or to comment