Skip to content
Snippets Groups Projects
Commit 95d79fc3 authored by Administrator's avatar Administrator
Browse files

Fix merge pipeline

This pipline only runs when merging a merge request.
parent c62171f7
No related branches found
No related tags found
1 merge request!393Fix merge pipeline
Pipeline #11512 passed
......@@ -136,9 +136,11 @@ FileEndCheck:
.build_and_test: &build_and_test
before_script:
- if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
- echo "Should not come here"
- env
- exit 1
- if [ "$CI_PROJECT_PATH" != "computing/cbmroot" ]; then
- echo "Should not come here"
- env
- exit 1
- fi
- fi
script:
- echo "export LINUX_FLAVOUR=$OS" >> Dart.cfg
......
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