File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function build_flags() {
2727 # Knative component versions
2828 local branch=" ` git branch --show-current | cut -d ' -' -s -f2` "
2929 local serving=" ` git ls-remote --tags --ref https://github.com/knative/serving.git | grep -F " ${branch} " | cut -d ' -' -f2 | cut -d ' v' -f2 | sort -Vr | head -n 1` "
30- local kourier=" ` git ls-remote --tags --ref https://github.com/knative-sandbox /net-kourier.git | grep -F " ${branch} " | cut -d ' -' -f2 | cut -d ' v' -f2 | sort -Vr | head -n 1` "
30+ local kourier=" ` git ls-remote --tags --ref https://github.com/knative-extensions /net-kourier.git | grep -F " ${branch} " | cut -d ' -' -f2 | cut -d ' v' -f2 | sort -Vr | head -n 1` "
3131 local eventing=" ` git ls-remote --tags --ref https://github.com/knative/eventing.git | grep -F " ${branch} " | cut -d ' -' -f2 | cut -d ' v' -f2 | sort -Vr | head -n 1` "
3232
3333
You can’t perform that action at this time.
0 commit comments