Try again.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2020-10-04 23:33:08 +02:00
parent 4fe450dd73
commit 98934a4e6c
2 changed files with 1 additions and 3 deletions

View file

@ -16,8 +16,6 @@ steps:
- name: deploy
image: maven:3.6-jdk-11
environment:
REPO_USERNAME:
from_secret: repo-username
REPO_TOKEN:
from_secret: repo-token
commands:

View file

@ -5,7 +5,7 @@
<servers>
<server>
<id>repo.gittr.ch</id>
<username>${env.REPO_USERNAME}</username>
<username>ci</username>
<password>${env.REPO_TOKEN}</password>
</server>
</servers>