File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
infrastructure/terraform/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11echo " Running app pre.sh"
22
3- pushd $( git rev-parse --show-toplevel)
3+ cd $( git rev-parse --show-toplevel)
44
55make dependencies
66
@@ -10,4 +10,4 @@ npm run lambda-build --workspaces --if-present
1010
1111$( git rev-parse --show-toplevel) /lambdas/layers/pdfjs/build.sh
1212
13- popd
13+ cd -
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ echo "REGION=$REGION"
77echo " ENVIRONMENT=$ENVIRONMENT "
88echo " ACTION=$ACTION "
99
10- pushd $( git rev-parse --show-toplevel)
10+ cd $( git rev-parse --show-toplevel)
1111
1212if [ " ${ACTION} " == " apply" ]; then
1313 echo " Building lambdas for distribution"
2929 echo " Skipping lambda build for action $ACTION "
3030fi
3131
32- popd
32+ cd -
You can’t perform that action at this time.
0 commit comments