move to kubernetes-incubator

update imports to reflect move to kubernetes-incubator
This commit is contained in:
Tomas Kral
2016-10-17 18:14:29 +02:00
parent 1210c9aa4d
commit f8f737be7b
17 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ if [ -z "$VALIDATE_UPSTREAM" ]; then
# this is kind of an expensive check, so let's not do this twice if we
# are running more than one validate bundlescript
VALIDATE_REPO='https://github.com/skippbox/kompose.git'
VALIDATE_REPO='https://github.com/kubernetes-incubator/kompose.git'
VALIDATE_BRANCH='master'
if [ "$TRAVIS" = 'true' -a "$TRAVIS_PULL_REQUEST" != 'false' ]; then