fix undeploy-karmada.sh, don't exit when error occurred

Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
This commit is contained in:
Kevin Wang 2020-12-22 19:24:48 +08:00 committed by Hongcai Ren
parent 162f609c36
commit 819a22f431
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o errexit set +e
set -o nounset set -o nounset
set -o pipefail set -o pipefail