hack: check dep against correct upstream
This commit is contained in:
parent
fe7c61bae4
commit
a5b826d8f0
|
|
@ -31,7 +31,7 @@ install_dep() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z "$VALIDATE_UPSTREAM" ]; then
|
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_BRANCH='master'
|
||||||
|
|
||||||
VALIDATE_HEAD="$(git rev-parse --verify HEAD)"
|
VALIDATE_HEAD="$(git rev-parse --verify HEAD)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue