diff --git a/test/e2e-common.sh b/test/e2e-common.sh index a0da61587aa..912267a72d6 100755 --- a/test/e2e-common.sh +++ b/test/e2e-common.sh @@ -95,7 +95,7 @@ function create_resources() { # Applying the resources, either *taskruns or * *pipelineruns for file in $(find ${REPO_ROOT_DIR}/examples/${resource}s/ -name *.yaml | sort); do - perl -p -e 's/gcr.io\/christiewilson-catfactory/$ENV{KO_DOCKER_REPO}/g' ${file} | ko apply -f - || return 1 + perl -p -e 's/gcr.io\/christiewilson-catfactory/$ENV{KO_DOCKER_REPO}/g' ${file} | ko create -f - || return 1 done }