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 24, 2024
1 parent 820b6a9 commit f8304b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
PYFLOW_BRANCH=${{ github.event_name == 'workflow_dispatch' && inputs.pyflow-version || 'master' }}
TRACKSUITE_BRANCH=${{ github.event_name == 'workflow_dispatch' && inputs.tracksuite-version || 'main' }}
PREFIX=/usr/local/apps/wellies/$MODULE_VERSION
PREFIX=${{ secrets.HPC_APPS_DIR }}/wellies/$MODULE_VERSION
rm -rf $PREFIX
mkdir -p $PREFIX
Expand Down

0 comments on commit f8304b4

Please sign in to comment.