Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!24
The source project of this merge request has been removed.
Improve CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Improve CI
f.uhlig/cbmroot_old:improve_CI_1
into
master
Overview
0
Commits
4
Pipelines
2
Changes
1
Merged
Florian Uhlig
requested to merge
f.uhlig/cbmroot_old:improve_CI_1
into
master
4 years ago
Overview
0
Commits
4
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
175d0c20
Prev
Next
Show latest version
1 file
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
175d0c20
Cleanup GitLab CI
· 175d0c20
Administrator
authored
4 years ago
.gitlab-ci.yml
+
7
−
7
Options
@@ -7,8 +7,8 @@ CbmRoot_Continuous:
tags
:
-
CbmRoot
only
:
-
master
only
:
refs
:
-
master
variables
:
-
$CI_PROJECT_PATH == "computing/cbmroot"
cache
:
@@ -61,14 +61,14 @@ CbmRoot_Continuous:
# tags:
# - CbmRoot
# only:
#
- merge_requests
#
only:
#
refs:
#
- merge_requests
# variables:
# - $CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot"
# script:
# - set -xv
# - echo "export FAIRSOFT_VERSION=jun19p1" >
> Dart.cfg
# - echo "export FAIRROOT_VERSION=v18.2.0" >>
Dart.cfg
# - echo "export FAIRSOFT_VERSION=jun19p1" >
env.sh
# - echo "export FAIRROOT_VERSION=v18.2.0" >>
env.sh
# - echo "export SIMPATH=/cvmfs/fairroot.gsi.de/fairsoft/\${FAIRSOFT_VERSION}" >> env.sh
# - echo "export BUILDDIR=$PWD/build" >> env.sh
# - echo "export SOURCEDIR=$PWD" >> env.sh
@@ -90,7 +90,7 @@ CbmRoot_Merge:
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "computing/cbmroot"
script
:
-
set -xv
#
- set -xv
-
echo $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH
-
echo $CI_MERGE_REQUEST_PROJECT_PATH
-
if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
Loading