File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments