From 33c0e268cf4518f5025c2a418b87cd2806d77181 Mon Sep 17 00:00:00 2001 From: Dusan Figala Date: Mon, 11 Dec 2023 10:36:26 +0100 Subject: [PATCH] Add version to nightly ci install path --- .github/ci-nightly-test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ci-nightly-test.sh b/.github/ci-nightly-test.sh index 3ee9b739f..d0b206c7c 100644 --- a/.github/ci-nightly-test.sh +++ b/.github/ci-nightly-test.sh @@ -12,8 +12,10 @@ module load netcdf4/new module load gnuparallel/new module load python3 +version=$(cat $TMPDIR/eccodes/VERSION) + cd ~masn/REGRESSION_TESTING/ecCodes -./par-suite.sh -w $TMPDIR/install/eccodes +./par-suite.sh -w $TMPDIR/install/eccodes/$version # For debugging specific test(s) -# ./seq-suite.sh -w $TMPDIR/install/eccodes -d -t py_ +# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_