Skip to content

Commit

Permalink
Fix the release script
Browse files Browse the repository at this point in the history
tkn command to install git-clone and goreleaser tasks were missing the
root command `hub` in the release script

Signed-off-by: vinamra28 <[email protected]>
  • Loading branch information
vinamra28 authored and tekton-robot committed Nov 16, 2023
1 parent f73ca11 commit 3778c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ for task in ${CATALOG_TASKS};do
fi
done

tkn -n ${TARGET_NAMESPACE} install task git-clone
tkn -n ${TARGET_NAMESPACE} install task goreleaser
tkn -n ${TARGET_NAMESPACE} hub install task git-clone
tkn -n ${TARGET_NAMESPACE} hub install task goreleaser

kubectl -n ${TARGET_NAMESPACE} apply -f ./tekton/get-version.yaml
kubectl -n ${TARGET_NAMESPACE} apply -f ./tekton/publish.yaml
Expand Down

0 comments on commit 3778c6b

Please sign in to comment.