1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 08:03:29 +00:00

Merge branch '11-can-t-update-to-1-21-4' into 'master'

fixes #11

Closes #11

See merge request packaging/gitea!4
This commit is contained in:
morph027 2024-01-18 14:07:39 +00:00
commit 09f6cfc8dc

View File

@ -54,8 +54,6 @@ stages:
paths: paths:
- $CI_PROJECT_DIR/*.deb - $CI_PROJECT_DIR/*.deb
expire_in: 7 days expire_in: 7 days
only:
- tags


.manual: &manual .manual: &manual
when: manual when: manual
@ -127,8 +125,6 @@ gitea-arm64-trigger:
-e CI_COMMIT_TAG=$CI_COMMIT_TAG -e CI_COMMIT_TAG=$CI_COMMIT_TAG
jrei/systemd-ubuntu:20.04 jrei/systemd-ubuntu:20.04
- 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
only:
- tags


test-install-trigger: test-install-trigger:
<<: *test-install <<: *test-install
@ -209,3 +205,4 @@ pages:
expire_in: 1 day expire_in: 1 day
only: only:
- tags - tags
- triggers