Skip to content

Commit

Permalink
Update cd-hpc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton authored Jul 23, 2024
1 parent 48c5ee7 commit 820b6a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
module-tag:
description: 'Module tag'
required: false
default: 'NOT_DEFINED'
default: 'UNDEFINED'
type: string
pyflow-version:
description: 'PyFlow version'
Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:
software-sync -s local -p wellies
module load modulemgr
modulemgr -v -f -m all sync wellies
if [ $MODULE_TAG != 'NOT_DEFINED' ]
if [ $MODULE_TAG != 'UNDEFINED' ]
then
modulemgr -f -o -m all tag wellies $MODULE_VERSION $MODULE_TAG
modulemgr -f -m all tag -o wellies $MODULE_VERSION $MODULE_TAG
fi
sbatch_options: |
#SBATCH --job-name=build_wellies_module
Expand Down

0 comments on commit 820b6a9

Please sign in to comment.