Skip to content

Commit

Permalink
Fixing xml in shippable config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Apr 15, 2015
1 parent 7764327 commit 9c079ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_script:
- mkdir target/shippable
- echo "<settings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\"" > target/shippable/settings.xml
- echo " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"" >> target/shippable/settings.xml
- echo " xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0\"" >> target/shippable/settings.xml
- echo " xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0" >> target/shippable/settings.xml
- echo " http://maven.apache.org/xsd/settings-1.0.0.xsd\">" >> target/shippable/settings.xml
- echo " <servers>" >> target/shippable/settings.xml
- echo " <server>" >> target/shippable/settings.xml
Expand Down

0 comments on commit 9c079ab

Please sign in to comment.