Skip to content

Commit

Permalink
fix: build version
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Mar 4, 2022
1 parent 5bcdb80 commit 3f7f7a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
File renamed without changes.
7 changes: 5 additions & 2 deletions tools/build-deb.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f7f7a6

Please sign in to comment.