Skip to content
Snippets Groups Projects
Commit be0c68b9 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

gitlab-ci.yml: updated SOURCE_DIR in two tests

parent ef28ad66
Branches
Tags
1 merge request!331gitlab-ci.yml: updated SOURCE_DIR in two tests
Pipeline #7630705 failed
...@@ -350,7 +350,7 @@ ubu-single-gmfsl: ...@@ -350,7 +350,7 @@ ubu-single-gmfsl:
stage: step-E stage: step-E
needs: ["ubu-single-gmfullsimlight"] needs: ["ubu-single-gmfullsimlight"]
variables: variables:
SOURCE_DIR: ${CMAKE_PROJECT_DIR}/FSL SOURCE_DIR: ${CI_PROJECT_DIR}/FSL
script: script:
- CI/compile_GeoModel.sh - CI/compile_GeoModel.sh
...@@ -359,7 +359,7 @@ ubu-geomodelatlas: ...@@ -359,7 +359,7 @@ ubu-geomodelatlas:
stage: step-B stage: step-B
needs : ["ubu-gm-all"] needs : ["ubu-gm-all"]
variables: variables:
SOURCE_DIR: ${CMAKE_PROJECT_DIR}/GeoModelATLAS SOURCE_DIR: ${CI_PROJECT_DIR}/GeoModelATLAS
script: script:
- git clone https://${EOS_ACCOUNT_USERNAME}:${GEOMODEL_READ_ACCESS}@gitlab.cern.ch/atlas/geomodelatlas/GeoModelATLAS.git - git clone https://${EOS_ACCOUNT_USERNAME}:${GEOMODEL_READ_ACCESS}@gitlab.cern.ch/atlas/geomodelatlas/GeoModelATLAS.git
- ls -lh - ls -lh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment