We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e042b53 commit 4ce1279Copy full SHA for 4ce1279
.tekton/release-pipeline.yaml
@@ -64,8 +64,8 @@ spec:
64
# It will generate release yamls and upload to branch
65
# release-0.5.6, release-0.5.x and stable
66
set -eufx
67
- git fetch --tag -v
68
git config --global --add safe.directory $(workspaces.source.path)
+ git fetch --tag -v
69
version=$(git --no-pager tag --points-at HEAD)
70
[[ -z ${version} ]] && {
71
echo "No tags detected"
0 commit comments