Skip to content
Snippets Groups Projects
Commit ad565964 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#1 Set default repository for CI

parent 86ca5da4
No related branches found
No related tags found
No related merge requests found
Pipeline #1056 failed
......@@ -27,7 +27,10 @@
</servers>
<profiles>
<profile>
<id>gitlab-deploy</id>
<id>ci-default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>codesh-gitlab</id>
......@@ -42,11 +45,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>nexus-deploy</id>
<repositories>
<repository>
<id>ozg-nexus</id>
<name>ozg-releases</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment