restore release.sh

This commit is contained in:
yangk 2020-09-21 09:58:46 +08:00
parent ae600d96af
commit 617edc9319

View File

@ -9,6 +9,7 @@ if [ "$BUILD_IMAGE_BASE_NAME" ];
then
IMAGE_BASE_NAME=${BUILD_IMAGE_BASE_NAME}
fi
CACHE=${CACHE:true}
GO_VERSION=1.13
if [ -z "$GOOS" ];then