Skip to content

Commit 5bcfdf1

Browse files
committed
CCM-10294: pipeline performance
1 parent 6bcd830 commit 5bcfdf1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

infrastructure/terraform/bin/terraform.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ if [ "${bootstrap}" == "true" ]; then
427427
fi;
428428

429429
# Run pre-plan.sh / pre-apply.sh / pre-output.sh etc
430+
echo "Looking for pre-${action}.sh"
431+
ls
430432
if [ -f "pre-${action}.sh" ]; then
431433
echo "Running pre-${action}.sh"
432434
source pre-${action}.sh "${region}" "${environment}" "${action}" \

infrastructure/terraform/components/app/pre.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
echo "Running app pre.sh"
2+
13
npm ci
24

35
npm run generate-dependencies --workspaces --if-present

0 commit comments

Comments
 (0)