Skip to content

Commit dc4739d

Browse files
committed
CCM-11029: more logging
1 parent 2e2bb06 commit dc4739d

File tree

1 file changed

+3
-2
lines changed
  • infrastructure/terraform/components/sandbox

1 file changed

+3
-2
lines changed

infrastructure/terraform/components/sandbox/pre.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ REGION=$1
66
ENVIRONMENT=$2
77
ACTION=$3
88

9-
echo Running pre.sh
9+
echo "Running pre.sh latest version"
1010
echo "REGION=$REGION"
1111
echo "ENVIRONMENT=$ENVIRONMENT"
1212
echo "ACTION=$ACTION"
1313

14-
1514
if [ "${ACTION}" == "apply" ]; then
1615
cd $(git rev-parse --show-toplevel)
1716
echo "Building lambdas for distribution"
@@ -32,3 +31,5 @@ if [ "${ACTION}" == "apply" ]; then
3231
else
3332
echo "Skipping lambda build for action $ACTION"
3433
fi
34+
35+
exit 0

0 commit comments

Comments
 (0)