Add version to nightly ci install path

This commit is contained in:
Dusan Figala 2023-12-11 10:36:26 +01:00
parent 0c614bc926
commit 33c0e268cf
1 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,10 @@ module load netcdf4/new
module load gnuparallel/new module load gnuparallel/new
module load python3 module load python3
version=$(cat $TMPDIR/eccodes/VERSION)
cd ~masn/REGRESSION_TESTING/ecCodes 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) # 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_