Skip to content

Commit d077c37

Browse files
committed
fix: rename version directory to versiondata
this renames version directory to versiondata because of linting issues. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
1 parent 490183d commit d077c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/release-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ spec:
107107
git checkout -B $target {{ revision }}
108108
echo ${TARGET_BRANCH} > docs/content/VERSION
109109
echo ${allversions} > docs/content/ALLVERSIONS
110-
echo "$version" > pkg/params/version/version.txt
111-
git add release.yaml release.k8s.yaml docs/content/VERSION docs/content/ALLVERSIONS pkg/params/version/version.txt
110+
echo "$version" > pkg/params/versiondata/version.txt
111+
git add release.yaml release.k8s.yaml docs/content/VERSION docs/content/ALLVERSIONS pkg/params/versiondata/version.txt
112112
git commit -m "Release yaml generated from {{repo_url}}/commit/{{revision}} for release ${version}"
113113
echo git push "https://git:\$HUB_TOKEN@github.com/{{ repo_owner }}/{{ repo_name }} refs/heads/${target}"
114114
git push --force https://git:$HUB_TOKEN@github.com/{{ repo_owner }}/{{ repo_name }} refs/heads/${target}

0 commit comments

Comments
 (0)