Skip to content

Commit

Permalink
exit if a command fails
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kleinlercher <[email protected]>
  • Loading branch information
jkleinlercher committed May 3, 2024
1 parent 72378da commit b1faa98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-k3d-cluster.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

set -x
set -e

# do we need to set this always? I had DNS issues on the train
export K3D_FIX_DNS=1
Expand Down

0 comments on commit b1faa98

Please sign in to comment.