Sync some fixes from production
This commit is contained in:
parent
d1f4f7b9ad
commit
10d75e9d8c
6 changed files with 8 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
GIT_BRANCH=$(git branch --show-current 2>/dev/null)
|
||||
GIT_TAG=$(git tag 2>/dev/null | head -n1)
|
||||
GIT_TAG=$(git tag 2>/dev/null | tail -n1)
|
||||
BUILD_DATE=$(date +"%d%m%y")
|
||||
SUFFIX="${GIT_BRANCH}_${GIT_TAG}_${BUILD_DATE}"
|
||||
time vmdb2 --rootfs-tarball=64_$SUFFIX.tar.gz --output 64_butter_$SUFFIX.img --log 64_butter_$SUFFIX.log amd64_trixie.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue