Skip to content

Commit df04031

Browse files
authored
Merge pull request #680 from dgageot/fix-670
Fix hack/dep.sh on travisCI
2 parents d22a845 + f97ea7a commit df04031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/dep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_dep() {
3030
}
3131

3232
if [ -z "$VALIDATE_UPSTREAM" ]; then
33-
VALIDATE_REPO='git@github.com:GoogleContainerTools/skaffold.git'
33+
VALIDATE_REPO='https://github.com/GoogleContainerTools/skaffold.git'
3434
VALIDATE_BRANCH='master'
3535

3636
VALIDATE_HEAD="$(git rev-parse --verify HEAD)"

0 commit comments

Comments
 (0)