mirror of
https://gitnet.fr/deblan/side_menu.git
synced 2025-12-18 05:10:50 +01:00
ci: rollback tag check
This commit is contained in:
parent
9c5be63f16
commit
012c660fed
1 changed files with 6 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue