Commit a8cc116e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Specify the XML file with the -s flag

parent e751fdd7
...@@ -191,8 +191,7 @@ shows how to create a new package each time the `master` branch is updated: ...@@ -191,8 +191,7 @@ shows how to create a new package each time the `master` branch is updated:
deploy: deploy:
image: maven:3.3.9-jdk-8 image: maven:3.3.9-jdk-8
script: script:
- 'cp ci_settings.xml /root/.m2/settings.xml' - 'mvn deploy -s ci_settings.xml'
- 'mvn deploy'
only: only:
- master - master
``` ```
......
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