mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
added test stage to check
This commit is contained in:
parent
751b3079e7
commit
259771d0ca
@ -8,6 +8,16 @@ code-quality:
|
||||
- cargo clippy --all-targets --locked -- -D warnings
|
||||
- cargo fmt --all -- --check
|
||||
|
||||
tag-test:
|
||||
extends: .recompile-branch
|
||||
stage: check
|
||||
script:
|
||||
- git config --global user.email "gitlab@veloren.net"
|
||||
- git config --global user.name "Veloren Admin"
|
||||
- git remote add api-origin https://oauth2:${TAGTOKEN}@gitlab.com/veloren/veloren.git
|
||||
- git tag -f airshipper
|
||||
- git push api-origin --tags -f
|
||||
|
||||
security:
|
||||
extends: .recompile-branch
|
||||
stage: check
|
||||
|
Loading…
Reference in New Issue
Block a user