Skip to content

Commit

Permalink
Create ci_settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dstar55 authored Jan 16, 2021
1 parent aca47bb commit e2e2861
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ci_settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
<id>gitlab-maven</id>
<configuration>
<httpHeaders>
<property>
<name>Job-Token</name>
<value>${env.CI_JOB_TOKEN}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>

0 comments on commit e2e2861

Please sign in to comment.