Skip to content

Commit

Permalink
RM-3338: remove hardcoded distributionManagement.repository.id for gi…
Browse files Browse the repository at this point in the history
…tlab_ci profile
  • Loading branch information
jann0k committed Aug 7, 2024
1 parent 20f1d2f commit 6227715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@
<distributionManagement>
<!-- env variables are available, when run by gitlab CI -->
<repository>
<id>gitlab.ext.cyber.ee</id>
<id>${env.CI_SERVER_HOST}</id>
<!--suppress UnresolvedMavenProperty -->
<url>${env.CI_SERVER_URL}/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</repository>
<snapshotRepository>
<id>gitlab.ext.cyber.ee</id>
<id>${env.CI_SERVER_HOST}</id>
<!--suppress UnresolvedMavenProperty -->
<url>${env.CI_SERVER_URL}/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</snapshotRepository>
Expand Down

0 comments on commit 6227715

Please sign in to comment.