diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 028c0916f066406835f526cbb32d49820d33cc27..880c052bd00f49cd22e331c4b5170288e75d99bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,9 +27,9 @@ build_image: # - yum -y install redhat-lsb # This doesn't exist in the main release! # --disablerepo=epel redhat-lsb redhat-lsb-core - mkdir build - - cd build + - ls # See if we can run this as the payload to a container - - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../asetup.faser Athena,24.0.41; cmake ..; make -j 3" && set -e + - set +e && export ALRB_CONT_RUNPAYLOAD="cd build; ls ..; asetup --input=../asetup.faser Athena,24.0.41; cmake ..; make -j 3" && set -e - echo $ALRB_CONT_RUNPAYLOAD - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e #- set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e