fix: build version

This commit is contained in:
msojocs 2022-03-04 10:23:11 +08:00
parent 5bcdb80d8b
commit 3f7f7a68d5
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
#!/bin/bash
root_dir=$(cd `dirname $0`/.. && pwd -P)
BUILD_VERSION=$1
echo $BUILD_VERSION
if [ -z "$BUILD_VERSION" ];then
export BUILD_VERSION=$1
fi
echo $BUILD_VERSION
cd $root_dir/res/deb
pwd
# docker-compose down