Skip to content
Snippets Groups Projects
Commit fbf3769d authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Add Gitlab CI Config

parent 477b8e5d
No related branches found
No related tags found
No related merge requests found
Pipeline #1667 passed
...@@ -138,4 +138,21 @@ ...@@ -138,4 +138,21 @@
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>
<repositories>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.fachschaften.org/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.fachschaften.org/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</repository>
<snapshotRepository>
<id>gitlab-maven</id>
<url>https://gitlab.fachschaften.org/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</snapshotRepository>
</distributionManagement>
</project> </project>
\ 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