Skip to content

Commit

Permalink
Merge pull request #327 from LLNL/hotfix/prod-install
Browse files Browse the repository at this point in the history
Prod Install Hotfix
  • Loading branch information
mdavis36 authored Feb 3, 2025
2 parents 5c93fb8 + 4caa045 commit aa816b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
- INSTALL_DIR=/usr/gapps/Spheral/$SYS_TYPE/spheral-$SPHERAL_REV_STR
- DEV_PKG_NAME=$SYS_TYPE-spheral-dev-pkg-$SPHERAL_REV_STR

- env SPHERAL_REV_STR=$SPHERAL_REV_STR STAGE_DIR=$STAGE_DIR SPEC=$SPEC SPACK_PKG_NAME=$SPACK_PKG_NAME SCRIPT_DIR=$SCRIPT_DIR
- env SPHERAL_REV_STR=$SPHERAL_REV_STR STAGE_DIR=$INSTALL_DIR SPEC=$SPEC SPACK_PKG_NAME=$SPACK_PKG_NAME SCRIPT_DIR=$SCRIPT_DIR
bash ./$SCRIPT_DIR/lc/generate-buildcache.sh

- echo $STAGE_DIR &> install-dir.txt
- echo $INSTALL_DIR &> install-dir.txt
- echo $DEV_PKG_NAME &> dev-pkg-name.txt

artifacts:
Expand Down

0 comments on commit aa816b1

Please sign in to comment.