Skip to content

Commit

Permalink
fix run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
realmgic committed Jun 5, 2021
1 parent 250f692 commit 5ae5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition=${1:-enterprise}
environ=${2:-dev}

build=`date -u +%Y%m%d.%H%M%S`
version=`git describe`
version=`git describe --tags $(git rev-list --tags --max-count=1)`
# tag=`git rev-parse --short HEAD`
version_build="$edition-$version"

Expand Down

0 comments on commit 5ae5148

Please sign in to comment.