We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ff390 commit 75c11f3Copy full SHA for 75c11f3
.travis.maven.settings.xml
@@ -8,6 +8,9 @@
8
<id>globi-release</id>
9
<username>${env.S3_USER}</username>
10
<password>${env.S3_PASSWORD}</password>
11
+ <configuration>
12
+ <endpoint>https://blob.globalbioticinteractions.org</endpoint>
13
+ </configuration>
14
</server>
15
</servers>
16
</settings>
0 commit comments