From f44bffd15f84c86f934de52fde178125493c2dac Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 29 Mar 2023 22:43:52 +0200 Subject: [PATCH] test --- scripts/long-built/build-container.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/long-built/build-container.sh b/scripts/long-built/build-container.sh index 51646867..e81a4f85 100755 --- a/scripts/long-built/build-container.sh +++ b/scripts/long-built/build-container.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -e -x echo "::group::Generating source archive..." @@ -42,6 +42,7 @@ sudo chown build -R . # Generate archive with all required sources for the build # This either includes local or downloads files using an url su -c "makepkg --allsource --skippgpcheck" build +ls -lah . mv ./*.src.tar.gz "${ROOT_DIR}" cd "${ROOT_DIR}"