From 913a26aec93b3c0d55dea1963e3c5a8fe46dae14 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 19 Oct 2023 10:42:39 -0400 Subject: [PATCH] Change to consistent CWD for osdeploy arm build --- confluent_osdeploy/buildrpm-aarch64 | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_osdeploy/buildrpm-aarch64 b/confluent_osdeploy/buildrpm-aarch64 index 7f95852b..83ffc519 100644 --- a/confluent_osdeploy/buildrpm-aarch64 +++ b/confluent_osdeploy/buildrpm-aarch64 @@ -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