Skip to content

Commit 3421a4c

Browse files
peanballAlexander Lais
authored and
Alexander Lais
committed
fix(shipit): Correct globbing expression for artifact move
1 parent 694dd99 commit 3421a4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/scripts/shipit

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ echo "SHA256=${SHA256}"
8383

8484

8585
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"
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"
9090

9191
version() {
9292
# extract the version variable $1 from the packaging script $2 (default 'haproxy')

0 commit comments

Comments
 (0)