Merge pull request #32 from r2d4/hack-dep

hack: check dep against correct upstream
This commit is contained in:
Matt Rickard 2018-03-06 16:26:39 -08:00 committed by GitHub
commit 80c18dd689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ install_dep() {
}
if [ -z "$VALIDATE_UPSTREAM" ]; then
VALIDATE_REPO='git@github.com:GoogleCloudPlatform/skaffold.git'
VALIDATE_REPO='git@github.com:GoogleCloudPlatform/k8s-container-builder.git'
VALIDATE_BRANCH='master'
VALIDATE_HEAD="$(git rev-parse --verify HEAD)"