Skip to content

Commit e2e2861

Browse files
authored
Create ci_settings.xml
1 parent aca47bb commit e2e2861

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ci_settings.xml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
3+
<servers>
4+
<server>
5+
<id>gitlab-maven</id>
6+
<configuration>
7+
<httpHeaders>
8+
<property>
9+
<name>Job-Token</name>
10+
<value>${env.CI_JOB_TOKEN}</value>
11+
</property>
12+
</httpHeaders>
13+
</configuration>
14+
</server>
15+
</servers>
16+
</settings>

0 commit comments

Comments
 (0)