1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

increase timeout on tar extraction and make error clearer

This commit is contained in:
Ben Parees
2018-10-12 14:31:33 -04:00
parent 402b6f8302
commit 81e520a7e2
2 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,6 @@ STARTTIME=$(date +%s)
echo $(go version)
go get github.com/tools/godep github.com/golang/lint/golint
go get github.com/tools/godep golang.org/x/lint/golint
ret=$?; ENDTIME=$(date +%s); echo "$0 took $(($ENDTIME - $STARTTIME)) seconds"; exit "$ret"