Verified Commit aacd6b49 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

feat(ci): add maven settings file for gitlab artifactory

parent 19162378
<settings>
<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>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment