Skip to content

Commit

Permalink
Stray equal sign
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Jul 21, 2023
1 parent bb4d5b2 commit 2654b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo .git > .dockerignore
DOCKER_TAG=${PULL_REQUEST_NUMBER}-${BUILD_NUMBER}
echo "Docker tag is ${DOCKER_REPOSITORY}:${DOCKER_TAG}"

INSTALL_DIR==${INSTALL_DIR_ROOT}/GEOSX_TPL-${PULL_REQUEST_NUMBER}-${BUILD_NUMBER}-${COMMIT:0:7}
INSTALL_DIR=${INSTALL_DIR_ROOT}/GEOSX_TPL-${PULL_REQUEST_NUMBER}-${BUILD_NUMBER}-${COMMIT:0:7}
echo "Installation directory is ${INSTALL_DIR}"

docker build ${DOCKER_COMPILER_BUILD_ARG} \
Expand Down

0 comments on commit 2654b1b

Please sign in to comment.