Skip to content

Commit c4ef7c6

Browse files
committed
CCM-11029: tidy
1 parent 79e4205 commit c4ef7c6

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

infrastructure/terraform/components/sandbox/pre.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ REGION=$1
22
ENVIRONMENT=$2
33
ACTION=$3
44

5-
echo "Running pre.sh latestest version"
5+
echo "Running pre.sh"
66
echo "REGION=$REGION"
77
echo "ENVIRONMENT=$ENVIRONMENT"
88
echo "ACTION=$ACTION"
@@ -24,7 +24,6 @@ if [ "${ACTION}" == "apply" ]; then
2424
npm run lambda-build --workspaces --if-present
2525

2626
$(git rev-parse --show-toplevel)/lambdas/layers/pdfjs/build.sh
27-
2827
else
2928
echo "Skipping lambda build for action $ACTION"
3029
fi

0 commit comments

Comments
 (0)