Skip to content

Commit aa816b1

Browse files
authored
Merge pull request #327 from LLNL/hotfix/prod-install
Prod Install Hotfix
2 parents 5c93fb8 + 4caa045 commit aa816b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@
145145
- INSTALL_DIR=/usr/gapps/Spheral/$SYS_TYPE/spheral-$SPHERAL_REV_STR
146146
- DEV_PKG_NAME=$SYS_TYPE-spheral-dev-pkg-$SPHERAL_REV_STR
147147

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

151-
- echo $STAGE_DIR &> install-dir.txt
151+
- echo $INSTALL_DIR &> install-dir.txt
152152
- echo $DEV_PKG_NAME &> dev-pkg-name.txt
153153

154154
artifacts:

0 commit comments

Comments
 (0)