don't release bbk yet

This commit is contained in:
Michiel Borkent 2019-12-13 18:13:35 +01:00
parent fa8eb1af2b
commit 87c0cfba34

View file

@ -3,7 +3,7 @@
rm -rf /tmp/release
mkdir -p /tmp/release
cp bb /tmp/release
cp src-bash/bbk /tmp/release
# cp src-bash/bbk /tmp/release
VERSION=$(cat resources/BABASHKA_VERSION)
@ -11,8 +11,8 @@ cd /tmp/release
## release binary as zip archive
zip "babashka-$VERSION-$BABASHKA_PLATFORM-amd64.zip" bb bbk
zip "babashka-$VERSION-$BABASHKA_PLATFORM-amd64.zip" bb # bbk
## cleanup
rm bb bbk
rm bb # bbk