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 @@ ...@@ -27,7 +27,10 @@
</servers> </servers>
<profiles> <profiles>
<profile> <profile>
<id>gitlab-deploy</id> <id>ci-default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories> <repositories>
<repository> <repository>
<id>codesh-gitlab</id> <id>codesh-gitlab</id>
...@@ -42,11 +45,6 @@ ...@@ -42,11 +45,6 @@
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
</repository> </repository>
</repositories>
</profile>
<profile>
<id>nexus-deploy</id>
<repositories>
<repository> <repository>
<id>ozg-nexus</id> <id>ozg-nexus</id>
<name>ozg-releases</name> <name>ozg-releases</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment