Remove sets to expose error

This commit is contained in:
mikesplain 2019-04-26 12:46:19 -04:00
parent 06f5e03117
commit 835ccf2973
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -o errexit
set -o nounset
set -o pipefail
KOPS_ROOT=$(git rev-parse --show-toplevel)
cd ${KOPS_ROOT}