mirror of https://github.com/kubernetes/kops.git
Remove sets to expose error
This commit is contained in:
parent
06f5e03117
commit
835ccf2973
|
@ -13,10 +13,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
set -o errexit
|
|
||||||
set -o nounset
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
KOPS_ROOT=$(git rev-parse --show-toplevel)
|
KOPS_ROOT=$(git rev-parse --show-toplevel)
|
||||||
cd ${KOPS_ROOT}
|
cd ${KOPS_ROOT}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue