mirror of
https://github.com/containers/skopeo.git
synced 2025-09-01 14:47:10 +00:00
Fix automation re: master->main rename
Bump up the global timeout due to some (possibly) temporary failures in the 'cross' task. Also fix build-failure in Dockerfile related to use of pre-module golang packages. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@@ -5,7 +5,7 @@ if [ -z "$VALIDATE_UPSTREAM" ]; then
|
||||
# are running more than one validate bundlescript
|
||||
|
||||
VALIDATE_REPO='https://github.com/containers/skopeo.git'
|
||||
VALIDATE_BRANCH='master'
|
||||
VALIDATE_BRANCH='main'
|
||||
|
||||
if [ "$TRAVIS" = 'true' -a "$TRAVIS_PULL_REQUEST" != 'false' ]; then
|
||||
VALIDATE_REPO="https://github.com/${TRAVIS_REPO_SLUG}.git"
|
||||
|
Reference in New Issue
Block a user