Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 17, 2024
1 parent 60e61e9 commit f69705b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cleanup_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ source "$(dirname "$0")/utils/log.sh"
set -o nounset # treat unset variables as an error and exit immediately.
set -E # needs to be set if we want the ERR trap
set -o pipefail # prevents errors in a pipeline from being masked

set +o errexit # exit immediately when a command fails.
# NOTE: This script will continue on errors and will always return exit code 0.
set +o errexit # continue immediately when a command fails.

log::banner "Deleting all Subscriptions"
kubectl delete --timeout=120s --wait=false -A subscriptions --all
Expand Down

0 comments on commit f69705b

Please sign in to comment.