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,10 +136,12 @@ FileEndCheck: ...@@ -136,10 +136,12 @@ FileEndCheck:
.build_and_test: &build_and_test .build_and_test: &build_and_test
before_script: before_script:
- if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then - if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
- if [ "$CI_PROJECT_PATH" != "computing/cbmroot" ]; then
- echo "Should not come here" - echo "Should not come here"
- env - env
- exit 1 - exit 1
- fi - fi
- fi
script: script:
- echo "export LINUX_FLAVOUR=$OS" >> Dart.cfg - echo "export LINUX_FLAVOUR=$OS" >> Dart.cfg
- echo "export SIMPATH=$SIMPATH" >> Dart.cfg - echo "export SIMPATH=$SIMPATH" >> Dart.cfg
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment