Skip to content
Snippets Groups Projects
Commit f78213ed authored by Jan David Mol's avatar Jan David Mol
Browse files

allow deployment without tests

parent b8df3a59
No related branches found
No related tags found
1 merge request!852Rollout fixes for v0.28.1
...@@ -369,6 +369,9 @@ deploy_nomad: ...@@ -369,6 +369,9 @@ deploy_nomad:
image: image:
name: hashicorp/levant name: hashicorp/levant
entrypoint: [ "" ] entrypoint: [ "" ]
needs:
- docker_build_image
- docker_build_image_device_base
when: manual when: manual
rules: rules:
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH) || $CI_COMMIT_TAG - if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH) || $CI_COMMIT_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment