chore: Project adjustment

This commit is contained in:
Piotr Dec 2024-05-20 22:53:15 +02:00
parent 311c8be77e
commit 74394649c5
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 2 additions and 9 deletions

View file

@ -10,10 +10,3 @@ steps:
image: *maven_image
commands:
- mvn -B verify
- name: deploy
image: *maven_image
commands:
- mvn -B jar:jar deploy:deploy
secrets: [ reposilite_user, reposilite_token ]
when:
branch: [ master ]