We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2bb06 commit dc4739dCopy full SHA for dc4739d
infrastructure/terraform/components/sandbox/pre.sh
@@ -6,12 +6,11 @@ REGION=$1
6
ENVIRONMENT=$2
7
ACTION=$3
8
9
-echo Running pre.sh
+echo "Running pre.sh latest version"
10
echo "REGION=$REGION"
11
echo "ENVIRONMENT=$ENVIRONMENT"
12
echo "ACTION=$ACTION"
13
14
-
15
if [ "${ACTION}" == "apply" ]; then
16
cd $(git rev-parse --show-toplevel)
17
echo "Building lambdas for distribution"
@@ -32,3 +31,5 @@ if [ "${ACTION}" == "apply" ]; then
32
31
else
33
echo "Skipping lambda build for action $ACTION"
34
fi
+
35
+exit 0
0 commit comments