Skip to content

Commit a042e45

Browse files
authored
Merge pull request #499 from jsturtevant/fix-failure-on-create-dev-cluster
Create Dev Cluster should fail if errors during execution
2 parents b70a244 + 38fc613 commit a042e45

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hack/create-dev-cluster.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
set -o errexit
17+
set -o nounset
18+
set -o pipefail
19+
1620
# Verify the required Environment Variables are present.
1721
: "${AZURE_SUBSCRIPTION_ID:?Environment variable empty or not defined.}"
1822
: "${AZURE_TENANT_ID:?Environment variable empty or not defined.}"

0 commit comments

Comments
 (0)