Skip to content

Commit

Permalink
chore(fail-fast): Update gen3 reset to exit on error (#2088)
Browse files Browse the repository at this point in the history
* chore(fail-fast): Update gen3 reset to exit on error

* chore(fail-fast): Update gen3 reset to exit on error

Co-authored-by: Edward Malinowski <[email protected]>
Co-authored-by: J. Q <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2022
1 parent cdccffc commit 45e9d1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gen3/bin/reset.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash
# TODO: Experiencing the following error:
# [31mERROR: 21:00:30 - Lock already exists and timed out waiting for lock to unlock[39m
# + exit 1
# Needs further investigation. Commenting out the next line for now
# set -e
set -e

#
# script to reset kubernetes namespace gen3 objects/services
Expand Down

0 comments on commit 45e9d1f

Please sign in to comment.