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 5a42438 commit 55ca200Copy full SHA for 55ca200
build/package/rename-pkg.sh
@@ -29,6 +29,6 @@ mkdir yum apt
29
30
# we could generate a similar name with goreleaser but we want to keep the vars evg compatible to use later
31
cp "$FILENAME.deb" apt/
32
-mv "apt/$FILENAME.deb" "apt/mongodb-cli${unstable}_${VERSION}${latest_deb}_amd64.deb"
+mv "apt/$FILENAME.deb" "apt/mongodb-cli${unstable-}_${VERSION}${latest_deb-}_amd64.deb"
33
cp "$FILENAME.rpm" yum/
34
-mv "yum/$FILENAME.rpm" "yum/mongodb-cli${unstable}-${VERSION}${latest_rpm}.x86_64.rpm"
+mv "yum/$FILENAME.rpm" "yum/mongodb-cli${unstable-}-${VERSION}${latest_rpm-}.x86_64.rpm"
0 commit comments