1
0
Fork 0

add gogs settings

This commit is contained in:
sido 2018-07-23 22:21:11 +02:00
parent 44f0962857
commit 63a99c2c00
1 changed files with 6 additions and 0 deletions

View File

@ -399,5 +399,11 @@ PipelineSecrets:
<username>admin</username>
<password>xxxx</password>
</server>
<!-- to authenticate against GOGS for MAVEN release -->
<server>
<id>gogs</id>
<username>xxxx</username>
<password>xxxx</password>
</server>
</servers>
</settings>