Merge pull request #374 from Liujingfang1/integrationtest

fix integration test script
This commit is contained in:
k8s-ci-robot
2018-09-26 11:38:53 -07:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ function setUpEnv {
[[ $? -eq 0 ]] || "Failed to cd to $repo" [[ $? -eq 0 ]] || "Failed to cd to $repo"
echo "pwd is " `pwd` echo "pwd is " `pwd`
local expectedRepo=kubernetes-sigs/kustomize local expectedRepo=sigs.k8s.io/kustomize
if [[ `pwd` != */$expectedRepo ]]; then if [[ `pwd` != */$expectedRepo ]]; then
exitWith "Script must be run from $expectedRepo" exitWith "Script must be run from $expectedRepo"
fi fi