Skip to content
Snippets Groups Projects
Commit 175d0c20 authored by Administrator's avatar Administrator
Browse files

Cleanup GitLab CI

parent 11ebfa1f
No related branches found
No related tags found
1 merge request!24Improve CI
...@@ -7,8 +7,8 @@ CbmRoot_Continuous: ...@@ -7,8 +7,8 @@ CbmRoot_Continuous:
tags: tags:
- CbmRoot - CbmRoot
only: only:
- master refs:
only: - master
variables: variables:
- $CI_PROJECT_PATH == "computing/cbmroot" - $CI_PROJECT_PATH == "computing/cbmroot"
cache: cache:
...@@ -61,14 +61,14 @@ CbmRoot_Continuous: ...@@ -61,14 +61,14 @@ CbmRoot_Continuous:
# tags: # tags:
# - CbmRoot # - CbmRoot
# only: # only:
# - merge_requests # refs:
# only: # - merge_requests
# variables: # variables:
# - $CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" # - $CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot"
# script: # script:
# - set -xv # - set -xv
# - echo "export FAIRSOFT_VERSION=jun19p1" >> Dart.cfg # - echo "export FAIRSOFT_VERSION=jun19p1" > env.sh
# - echo "export FAIRROOT_VERSION=v18.2.0" >> Dart.cfg # - echo "export FAIRROOT_VERSION=v18.2.0" >> env.sh
# - echo "export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/\${FAIRSOFT_VERSION}" >> env.sh # - echo "export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/\${FAIRSOFT_VERSION}" >> env.sh
# - echo "export BUILDDIR=$PWD/build" >> env.sh # - echo "export BUILDDIR=$PWD/build" >> env.sh
# - echo "export SOURCEDIR=$PWD" >> env.sh # - echo "export SOURCEDIR=$PWD" >> env.sh
...@@ -90,7 +90,7 @@ CbmRoot_Merge: ...@@ -90,7 +90,7 @@ CbmRoot_Merge:
variables: variables:
- $CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot" - $CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot"
script: script:
- set -xv # - set -xv
- echo $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH - echo $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
- echo $CI_MERGE_REQUEST_PROJECT_PATH - echo $CI_MERGE_REQUEST_PROJECT_PATH
- if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then - if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
......
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