We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b20b6 commit 6d5d681Copy full SHA for 6d5d681
pom.xml
@@ -137,12 +137,12 @@
137
<distributionManagement>
138
<!-- env variables are available, when run by gitlab CI -->
139
<repository>
140
- <id>gitlab.ext.cyber.ee</id>
+ <id>${env.CI_SERVER_HOST}</id>
141
<!--suppress UnresolvedMavenProperty -->
142
<url>${env.CI_SERVER_URL}/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
143
</repository>
144
<snapshotRepository>
145
146
147
148
</snapshotRepository>
0 commit comments