Skip to content
Snippets Groups Projects
Commit 7c16b346 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

build: Add GitLab CI/CD config

parent 6843c08a
No related branches found
No related tags found
No related merge requests found
target/
classes/
.idea
\ No newline at end of file
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment