2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Change to consistent CWD for osdeploy arm build

This commit is contained in:
Jarrod Johnson 2023-10-19 10:42:39 -04:00
parent 063bfc17a5
commit 913a26aec9

View File

@ -1,3 +1,4 @@
cd $(dirname $0)
VERSION=`git describe|cut -d- -f 1`
NUMCOMMITS=`git describe|cut -d- -f 2`
if [ "$NUMCOMMITS" != "$VERSION" ]; then