Skip to content

Commit

Permalink
fix(tekton e2e): Fix CONTAINER_REGISTRY name generation (#1074)
Browse files Browse the repository at this point in the history
* fix(tekton e2e): Fix CONTAINER_REGISTRY name generation

 var `E2E_BASE_NAME` is no longer available

* debug: Run tekton tests

* Revert "debug: Run tekton tests"

This reverts commit dbe125e.
  • Loading branch information
navidshaikh authored Oct 26, 2020
1 parent 84eb376 commit abb75e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tekton-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if (( IS_PROW )); then
# Configure Docker so that we can create a secret for GCR
gcloud auth configure-docker
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://gcr.io
export CONTAINER_REGISTRY=gcr.io/${E2E_PROJECT_ID}/${E2E_BASE_NAME}-e2e-img/${RANDOM}
export CONTAINER_REGISTRY=gcr.io/${E2E_PROJECT_ID}/kn-tekton-e2e-img/${RANDOM}
export DOCKER_CONFIG_JSON=/root/.docker/config.json
fi

Expand Down

0 comments on commit abb75e4

Please sign in to comment.