Skip to content

Commit 4bd8a44

Browse files
committed
CCM-10294: self review
1 parent 55a919e commit 4bd8a44

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

infrastructure/terraform/bin/terraform.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ rm -rf ${component_path}/.terraform;
391391

392392
# Run global pre.sh
393393
if [ -f "pre.sh" ]; then
394-
echo "Running gloal pre.sh"
395394
source pre.sh "${region}" "${environment}" "${action}" \
396395
|| error_and_die "Global pre script execution failed with exit code ${?}";
397396
fi;
@@ -427,12 +426,9 @@ if [ "${bootstrap}" == "true" ]; then
427426
fi;
428427

429428
# Run pre.sh
430-
echo "Looking for pre.sh"
431-
ls
432429
if [ -f "pre.sh" ]; then
433-
echo "Running pre.sh"
434430
source pre.sh "${region}" "${environment}" "${action}" \
435-
|| error_and_die "Component pre.sh script execution failed with exit code ${?}";
431+
|| error_and_die "Component pre script execution failed with exit code ${?}";
436432
fi;
437433

438434
# Pull down secret TFVAR file from S3

0 commit comments

Comments
 (0)