From f520828dd8eb7724b9398d79be956f6710949413 Mon Sep 17 00:00:00 2001 From: Ralf Jung <post@ralfj.de> Date: Sat, 8 Aug 2020 18:24:12 +0200 Subject: [PATCH] enable GLUON_AUTOREMOVE for CI builds --- ci-release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-release.sh b/ci-release.sh index a69ebff..6e7dba0 100755 --- a/ci-release.sh +++ b/ci-release.sh @@ -12,6 +12,7 @@ set -e SIGNING_KEY=$(readlink -e "$1") JOBS=$(nproc --all) +GLUON_AUTOREMOVE=1 function run_and_print() { echo -e "\n\n\n$@" @@ -38,7 +39,7 @@ do df -h # GLUON_BRANCH configures the default autoupdater branch. run_and_print make GLUON_TARGET="$TARGET" GLUON_BRANCH="$RELEASE_BRANCH" GLUON_RELEASE="$RELEASE_VERSION" -j$JOBS - # We clean to avoid running out of disk space. + # We clean to avoid running out of disk space. run_and_print make GLUON_TARGET="$TARGET" clean -j$JOBS echo -e "\n\n\n============================================================\n\n" done -- GitLab