Skip to content

Commit

Permalink
Revert temoprary branch for image injection (knative#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 authored Jul 4, 2022
1 parent dd2c4ea commit 4f76b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function install_catalogsource(){
# And checkout the setup script based on that commit.
local SERVERLESS_DIR=$(mktemp -d)
local CURRENT_DIR=$(pwd)
git clone --branch inject_serving_images --depth 1 https://github.com/skonto/serverless-operator.git ${SERVERLESS_DIR}
git clone --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR}
pushd ${SERVERLESS_DIR}

source ./test/lib.bash
Expand Down

0 comments on commit 4f76b4c

Please sign in to comment.