mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: build version
This commit is contained in:
parent
5bcdb80d8b
commit
3f7f7a68d5
@ -1,8 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
root_dir=$(cd `dirname $0`/.. && pwd -P)
|
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
|
cd $root_dir/res/deb
|
||||||
pwd
|
pwd
|
||||||
# docker-compose down
|
# docker-compose down
|
||||||
|
Loading…
x
Reference in New Issue
Block a user