Skip to content
Snippets Groups Projects
Commit 1f4f3278 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent 8a041ab8
No related branches found
No related tags found
1 merge request!201wip: Resolve "Refactor pipelines"
Pipeline #83952 failed
......@@ -5,10 +5,7 @@ variables:
workflow:
# Should run on a merge request, scheduled and when on a branch, but the branch pipeline should not run, if it's in a merge request.
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
- if: '$CI_COMMIT_BRANCH'
stages:
......
......@@ -25,7 +25,6 @@ build-docker:
- when: always
script:
- echo $TEST
- echo $TAG
- echo $CI_COMMIT_BRANCH
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment