Skip to content

Commit

Permalink
set -e is not good because we test on argocd applications which are n…
Browse files Browse the repository at this point in the history
…ot there yet

Signed-off-by: Johannes Kleinlercher <[email protected]>
  • Loading branch information
jkleinlercher committed May 3, 2024
1 parent b1faa98 commit f39cec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install-k3d-cluster.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/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 f39cec9

Please sign in to comment.