mirror of https://github.com/knative/docs.git
Fail fast in update-deps.sh when sourcing library.sh (#357)
This commit is contained in:
parent
135aea43b0
commit
b53ba6de29
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue