Skip to content

Commit 1ac9ab8

Browse files
author
michaelsteven / seansund
committed
Moves DOCKER_IMAGE variable definition to the top of launch.sh
1 parent 7d0a23a commit 1ac9ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
SCRIPT_DIR="$(cd $(dirname $0); pwd -P)"
66
SRC_DIR="$(cd "${SCRIPT_DIR}/terraform" ; pwd -P)"
77

8+
DOCKER_IMAGE="garagecatalyst/ibm-garage-cli-tools:0.0.24"
9+
810
helpFunction()
911
{
1012
RED='\033[0;31m'
@@ -56,8 +58,6 @@ then
5658
helpFunction "Some of the credentials values are empty. "
5759
fi
5860

59-
DOCKER_IMAGE="garagecatalyst/ibm-garage-cli-tools:0.0.24"
60-
6161
SUFFIX=$(echo $(basename ${SCRIPT_DIR}) | base64 | sed -E "s/[^a-zA-Z0-9_.-]//g" | sed -E "s/.*(.{5})/\1/g")
6262
CONTAINER_NAME="ibm-garage-cli-tools-${SUFFIX}"
6363

0 commit comments

Comments
 (0)