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 694dd99 commit 3421a4cCopy full SHA for 3421a4c
ci/scripts/shipit
@@ -83,10 +83,10 @@ echo "SHA256=${SHA256}"
83
84
85
mkdir -p "${RELEASE_ROOT}/artifacts"
86
-echo "v${VERSION}" > "${RELEASE_ROOT}/tag"
87
-echo "v${VERSION}" > "${RELEASE_ROOT}/name"
88
-mv "${REPO_ROOT}/releases/*/*-${VERSION}.tgz" "${RELEASE_ROOT}/artifacts"
89
-mv "${REPO_ROOT}/ci/release_notes.md" "${RELEASE_ROOT}/notes.md"
+echo "v${VERSION}" > "${RELEASE_ROOT}/tag"
+echo "v${VERSION}" > "${RELEASE_ROOT}/name"
+mv "${REPO_ROOT}"/releases/*/*-"${VERSION}".tgz "${RELEASE_ROOT}/artifacts"
+mv "${REPO_ROOT}/ci/release_notes.md" "${RELEASE_ROOT}/notes.md"
90
91
version() {
92
# extract the version variable $1 from the packaging script $2 (default 'haproxy')
0 commit comments