Skip to content

Commit

Permalink
Update tests/gh-actions/install_knative-cni.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Anna <[email protected]>
  • Loading branch information
juliusvonkohout and Anna authored Aug 16, 2023
1 parent f01d9e7 commit 59f3688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-actions/install_knative-cni.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
echo "Installing KNative with isstio-cni ..."
echo "Installing KNative with istio-cni ..."
set +e
kustomize build common/knative/knative-serving/base | kubectl apply -f -
set -e
Expand Down

0 comments on commit 59f3688

Please sign in to comment.