Commit b11386ae authored by Henderson, Shane's avatar Henderson, Shane
Browse files

Keep working on artifacts

parent 37fa0839
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  - if [[ -f "/data/test_gcc/gcc-8.3.0/load_dev_env.sh" ]]; then BASE_DIR="/data/gitlab-runner"; . /data/test_gcc/gcc-8.3.0/load_dev_env.sh; ENV_BASE=/data/test_gcc/gcc-8.3.0; else BASE_DIR="/localhome/gitlab-runner"; . /projects/vera/gcc-8.3.0/load_dev_env.sh; ENV_BASE=/projects/vera/gcc-8.3.0; fi
  - which gcc
  - SRC_DIR=`pwd`
  - BLD_DIR="/tmp/$CI_PIPELINE_ID/$BLD_NAME"
  - BLD_DIR="SRC_DIR/build/$CI_COMMIT_SHORT_SHA/"

.windows_before: &windows_before
    #Temporary but need conda
@@ -10,7 +10,7 @@
    - conda activate 'C:\Users\oxh\Miniconda3'
    - conda activate saline_env
    - $SRC_DIR=$pwd.Path
    - $BLD_DIR="$SRC_DIR/tmp/$CI_PIPELINE_ID/build"
    - $BLD_DIR="$SRC_DIR/build/$CI_COMMIT_SHORT_SHA/"

stages:
  - configure