File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
infrastructure/terraform/bin Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,6 @@ rm -rf ${component_path}/.terraform;
391391
392392# Run global pre.sh
393393if [ -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 ${?} " ;
397396fi ;
@@ -427,12 +426,9 @@ if [ "${bootstrap}" == "true" ]; then
427426fi ;
428427
429428# Run pre.sh
430- echo " Looking for pre.sh"
431- ls
432429if [ -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 ${?} " ;
436432fi ;
437433
438434# Pull down secret TFVAR file from S3
You can’t perform that action at this time.
0 commit comments