Skip to content
Snippets Groups Projects
Commit b9f65305 authored by Sören Henning's avatar Sören Henning
Browse files

Fix invalid pipeline syntax

parent 64914dfe
Branches
Tags
No related merge requests found
Pipeline #6281 canceled
......@@ -586,6 +586,6 @@ deploy-buildimage-docker-compose-jq:
- changes:
- buildimages/docker-compose-jq/Dockerfile
if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW"
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $CI_PIPELINE_SOURCE == web"
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $CI_PIPELINE_SOURCE == 'web'"
when: manual
allow_failure: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment