Skip to content

Commit

Permalink
Revert "Adds set -euo pipefail"
Browse files Browse the repository at this point in the history
This reverts commit 3ffdfd6.
  • Loading branch information
rustydb committed Sep 28, 2024
1 parent e8f971f commit 91b79bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upgrade/scripts/k8s/upgrade_control_plane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
#
set -euo pipefail

workdir="$(mktemp -d)"
[ -z "${DEBUG:-}" ] && trap 'rm -fr '"${workdir}"'' ERR INT EXIT RETURN || echo "DEBUG was set in environment, $workdir will not be cleaned up."

Expand Down

0 comments on commit 91b79bc

Please sign in to comment.