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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user