Skip to content
Snippets Groups Projects
Commit ab90f94d authored by jez04's avatar jez04
Browse files

ci: fix deploy repository names

parent c6464f58
No related merge requests found
Pipeline #995 canceled with stages
......@@ -57,4 +57,15 @@
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>vsb-education-releases</id>
<url>https://artifactory.cs.vsb.cz/repository/archetype-snapshots/</url>
</snapshotRepository>
<repository>
<id>vsb-education-snapshots</id>
<url>https://artifactory.cs.vsb.cz/repository/archetype-releases/</url>
</repository>
</distributionManagement>
</project>
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