Skip to content
Snippets Groups Projects
Unverified Commit ad13a0c7 authored by Makhtar DIAGNE's avatar Makhtar DIAGNE Committed by GitHub
Browse files

[TECH] Use a property for RPM REPOSITORY URL (#31)


Co-authored-by: default avatarMakhtar DIAGNE <makhtar.diagne@teamdlab.com>
parent 84bb1659
No related branches found
No related tags found
No related merge requests found
......@@ -1281,7 +1281,7 @@
<executable>${maven.multiModuleProjectDirectory}/tools/packaging/publish.sh</executable>
<workingDirectory>target</workingDirectory>
<arguments>
<argument>https://repo.vitamui.com/upload/${rpm.publication.env}/Packages</argument>
<argument>${env.SERVICE_RPM_REPOSITORY_URL}/upload/${rpm.publication.env}/Packages</argument>
</arguments>
</configuration>
</execution>
......
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