git tag as version is enough. when the tag is not set probably, git cares about and adds the commitid
This commit is contained in:
parent
f2506f96d0
commit
ac4f4932cb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
### 2023
|
### 2023
|
||||||
|
|
||||||
CHROOTCMD="sudo chroot build/chroot/"
|
CHROOTCMD="sudo chroot build/chroot/"
|
||||||
VERSION="$(git describe --tags)-$(git rev-parse --short HEAD)"
|
VERSION="$(git describe --tags)" #-$(git rev-parse --short HEAD)"
|
||||||
|
|
||||||
MIRROR=$1
|
MIRROR=$1
|
||||||
if [ -z "$MIRROR" ]
|
if [ -z "$MIRROR" ]
|
||||||
|
|
Loading…
Reference in a new issue