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:
parent
2dbbc72e39
commit
76dd904377
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user