Fail fast in update-deps.sh when sourcing library.sh (#357)

This commit is contained in:
Adriano Cunha 2018-08-26 08:42:03 -07:00 committed by Knative Prow Robot
parent 135aea43b0
commit b53ba6de29
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/library.sh
set -o errexit
set -o nounset
set -o pipefail
source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/library.sh
cd ${REPO_ROOT_DIR}
# Ensure we have everything we need under vendor/