diff --git a/test/gha-build-iso.sh b/test/gha-build-iso.sh index 80ccae1a..c2a519eb 100755 --- a/test/gha-build-iso.sh +++ b/test/gha-build-iso.sh @@ -22,4 +22,4 @@ linux-image-arm64 EOT docker run -i --rm --volume "${PWD}:/source" -e SKIP_SOURCES=1 -e DO_DAILY_UPLOAD=0 -w /source debian:"$HOST_RELEASE" bash -c \ - "apt-get update -qq && apt-get satisfy -q -y --no-install-recommends 'git, ca-certificates' && /source/build-driver/build /source daily /source/build-gha-ci-test-config ghaci amd64 testing" + "apt-get update -qq && apt-get satisfy -q -y --no-install-recommends 'git, ca-certificates' && ls -la /source && git describe --debug --always && /source/build-driver/build /source daily /source/build-gha-ci-test-config ghaci amd64 testing"