summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-08-23 11:11:26 -0400
committerChris Evich <cevich@redhat.com>2019-09-24 15:13:40 -0400
commit601052b3867c024df04d9905187104f09c22489b (patch)
tree4440bce9dc053000d8b8c08e8683928a0e2602a9 /hack
parent1dfac0e776a36ae682b6600ad8edf3d118638eeb (diff)
downloadpodman-601052b3867c024df04d9905187104f09c22489b.tar.gz
podman-601052b3867c024df04d9905187104f09c22489b.tar.bz2
podman-601052b3867c024df04d9905187104f09c22489b.zip
Cirrus: Upload windows MSI release file
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'hack')
-rwxr-xr-xhack/get_release_info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/get_release_info.sh b/hack/get_release_info.sh
index 29b4237b4..b75751170 100755
--- a/hack/get_release_info.sh
+++ b/hack/get_release_info.sh
@@ -33,7 +33,7 @@ case "$1" in
OUTPUT="${GOARCH:-$(go env GOARCH 2> /dev/null)}"
;;
BASENAME*)
- OUTPUT="${CIRRUS_REPO_NAME:-$(basename $(git rev-parse --show-toplevel))}"
+ OUTPUT="podman"
;;
REMOTENAME*)
OUTPUT="$($0 BASENAME)-remote"