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 79e4205 commit c4ef7c6Copy full SHA for c4ef7c6
infrastructure/terraform/components/sandbox/pre.sh
@@ -2,7 +2,7 @@ REGION=$1
2
ENVIRONMENT=$2
3
ACTION=$3
4
5
-echo "Running pre.sh latestest version"
+echo "Running pre.sh"
6
echo "REGION=$REGION"
7
echo "ENVIRONMENT=$ENVIRONMENT"
8
echo "ACTION=$ACTION"
@@ -24,7 +24,6 @@ if [ "${ACTION}" == "apply" ]; then
24
npm run lambda-build --workspaces --if-present
25
26
$(git rev-parse --show-toplevel)/lambdas/layers/pdfjs/build.sh
27
-
28
else
29
echo "Skipping lambda build for action $ACTION"
30
fi
0 commit comments