We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b70a244 + 38fc613 commit a042e45Copy full SHA for a042e45
1 file changed
hack/create-dev-cluster.sh
@@ -13,6 +13,10 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
+set -o errexit
17
+set -o nounset
18
+set -o pipefail
19
+
20
# Verify the required Environment Variables are present.
21
: "${AZURE_SUBSCRIPTION_ID:?Environment variable empty or not defined.}"
22
: "${AZURE_TENANT_ID:?Environment variable empty or not defined.}"
0 commit comments