1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00

use UBUNTU_VERSION to simplify pipeline debugging

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2024-05-27 21:39:40 +02:00
parent 2dbbc72e39
commit 76dd904377
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -108,7 +108,7 @@ gitea-arm64-trigger:
-v $CI_PROJECT_DIR:/src -v $CI_PROJECT_DIR:/src
-e CI_PROJECT_DIR=/src -e CI_PROJECT_DIR=/src
-e CI_COMMIT_TAG=$CI_COMMIT_TAG -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 - docker exec -t systemd-ubuntu /bin/bash /src/.gitlab-ci/test-install.sh


.test-update: &test-update .test-update: &test-update
@ -129,7 +129,7 @@ gitea-arm64-trigger:
-v $CI_PROJECT_DIR:/src -v $CI_PROJECT_DIR:/src
-e CI_PROJECT_DIR=/src -e CI_PROJECT_DIR=/src
-e CI_COMMIT_TAG=$CI_COMMIT_TAG -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 - docker exec -t systemd-ubuntu /bin/bash /src/.gitlab-ci/test-update.sh


test-install-trigger: test-install-trigger: