mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
parent
87d63e5f32
commit
2de42dc72a
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ else
|
||||||
echo "# NO COMMITHASH CHECK"
|
echo "# NO COMMITHASH CHECK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# make sure make build runs thru
|
||||||
|
git config --global --add safe.directory ./ci/arm64-rpi/packer-builder-arm
|
||||||
|
|
||||||
# get code version
|
# get code version
|
||||||
codeVersion=$(cat ./home.admin/_version.info | grep 'codeVersion="' | cut -d'"' -f2)
|
codeVersion=$(cat ./home.admin/_version.info | grep 'codeVersion="' | cut -d'"' -f2)
|
||||||
if [ ${#codeVersion} -eq 0 ]; then
|
if [ ${#codeVersion} -eq 0 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue