ci: rollback tag check

This commit is contained in:
Simon Vieille 2024-04-08 14:33:22 +02:00
parent 9c5be63f16
commit 012c660fed
Signed by untrusted user: deblan
GPG key ID: 579388D585F70417

View file

@ -10,6 +10,12 @@ when:
event: [tag]
steps:
"Verify tag and app version":
image: alpine
commands:
- TAG=${CI_COMMIT_TAG/v//}
- grep "<version>$TAG</version>" appinfo/info.xml
"Create signature":
image: nextcloud:25
secrets: [app_certificate, app_public_certificate]