Commit 083e149a authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'baschdy-master-patch-65655' into 'master'

Fix maven example documentation

See merge request gitlab-org/gitlab!64629
parents 8dc2fdb2 e6eb99af
......@@ -745,7 +745,7 @@ You can create a new package each time the `master` branch is updated.
<repositories>
<repository>
<id>gitlab-maven</id>
<url>$env{CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven</url>
<url>${env.CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</repository>
</repositories>
<distributionManagement>
......
Markdown is supported
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