From 76dd90437743831bde7085fea8614c626324f84a Mon Sep 17 00:00:00 2001 From: morph027 Date: Mon, 27 May 2024 21:39:40 +0200 Subject: [PATCH] use UBUNTU_VERSION to simplify pipeline debugging Signed-off-by: morph027 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f259dab..dffa27a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,7 +108,7 @@ gitea-arm64-trigger: -v $CI_PROJECT_DIR:/src -e CI_PROJECT_DIR=/src -e CI_COMMIT_TAG=$CI_COMMIT_TAG - jrei/systemd-ubuntu:20.04 + jrei/systemd-ubuntu:$UBUNTU_VERSION - docker exec -t systemd-ubuntu /bin/bash /src/.gitlab-ci/test-install.sh .test-update: &test-update @@ -129,7 +129,7 @@ gitea-arm64-trigger: -v $CI_PROJECT_DIR:/src -e CI_PROJECT_DIR=/src -e CI_COMMIT_TAG=$CI_COMMIT_TAG - jrei/systemd-ubuntu:20.04 + jrei/systemd-ubuntu:$UBUNTU_VERSION - docker exec -t systemd-ubuntu /bin/bash /src/.gitlab-ci/test-update.sh test-install-trigger: