Merge pull request #1702 from schylek/nb

VPA - disable errexit in run e2e scripts
This commit is contained in:
Kubernetes Prow Robot 2019-02-19 00:44:26 -08:00 committed by GitHub
commit d538ac0098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -o errexit
set -o nounset
set -o pipefail

View File

@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -o errexit
set -o nounset
set -o pipefail