Skip to content
Snippets Groups Projects
Commit 099292de authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Chore: Add pipeline configs

parent a79cf602
No related branches found
No related tags found
No related merge requests found
include:
- project: 'VIPS/vips-common-config'
file: '/gitlab-ci-vips-models.yml'
ref: main
\ No newline at end of file
<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>${CI_JOB_TOKEN}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment