Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
this fix the file name in release.sh
from volumeclaimtemplate -> volume-claim-template.yaml

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
  • Loading branch information
pradeepitm12 authored and tekton-robot committed Mar 11, 2021
1 parent a44517b commit 0ae0fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ URL=$(git remote get-url "${PUSH_REMOTE}" | sed 's,git@github.com:,https://githu
tkn -n ${TARGET_NAMESPACE} pipeline start cli-release-pipeline \
-p revision="${RELEASE_VERSION}" \
-p url="${URL}" \
-w name=shared-workspace,volumeClaimTemplateFile=./volumeclaimtemplate.yaml
-w name=shared-workspace,volumeClaimTemplateFile=./volume-claim-template.yml

tkn -n ${TARGET_NAMESPACE} pipeline logs cli-release-pipeline -f --last

0 comments on commit 0ae0fda

Please sign in to comment.