hack: check dep against correct upstream

This commit is contained in:
Matt Rickard 2018-03-06 16:21:10 -08:00
parent fe7c61bae4
commit a5b826d8f0
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)"