Skip to content

Commit

Permalink
Use CI image ko instead of trying to install it
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and Shivam Mukhade committed Mar 21, 2022
1 parent fa3c88d commit 36c8804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function install_operator_resources() {

echo ">> Deploying Tekton Operator Resources"

make TARGET=${TARGET:-kubernetes} apply || fail_test "Tekton Operator installation failed"
make KO_BIN=$(which ko) KUSTOMIZE_BIN=$(which kustomize) TARGET=${TARGET:-kubernetes} apply || fail_test "Tekton Operator installation failed"

OPERATOR_NAMESPACE="tekton-operator"
[[ "${TARGET}" == "openshift" ]] && OPERATOR_NAMESPACE="openshift-operators"
Expand Down

0 comments on commit 36c8804

Please sign in to comment.