File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ resource "null_resource" "build_and_push" {
106106 }
107107
108108 provisioner "local-exec" {
109- interpreter = [" /bin/sh " , " -c" ]
109+ interpreter = [" /bin/bash " , " -c" ]
110110 command = <<- EOC
111111 set -euo pipefail
112112 # Use an ephemeral Docker config to avoid host keychain credential helper conflicts.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ resource "null_resource" "build_and_push" {
4646 }
4747
4848 provisioner "local-exec" {
49- interpreter = [" /bin/sh " , " -c" ]
49+ interpreter = [" /bin/bash " , " -c" ]
5050 command = <<- EOC
5151 set -euo pipefail
5252 # Use an ephemeral Docker config to avoid host keychain credential helper conflicts.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ resource "null_resource" "republish_image" {
9191 }
9292
9393 provisioner "local-exec" {
94- interpreter = [" /bin/sh " , " -c" ]
94+ interpreter = [" /bin/bash " , " -c" ]
9595 command = <<- EOC
9696 set -euo pipefail
9797 # Use an ephemeral Docker config to avoid host keychain credential helper conflicts.
You can’t perform that action at this time.
0 commit comments