Skip to content
Snippets Groups Projects
Commit a8e51be7 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

do not copy eclipse files to upload

parent fdaf724f
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,9 @@ script: ...@@ -18,7 +18,9 @@ script:
- cp -r org.rodinp.handbook.feature/build/eclipse/* org.rodinp.handbook/ - cp -r org.rodinp.handbook.feature/build/eclipse/* org.rodinp.handbook/
- mvn -f org.rodinp.handbook.parent/pom.xml install - mvn -f org.rodinp.handbook.parent/pom.xml install
- mkdir -p upload/current - mkdir -p upload/current
- cp -r org.rodinp.handbook.feature/build/* upload/current/ - cp -r org.rodinp.handbook.feature/build/files upload/current/
- cp -r org.rodinp.handbook.feature/build/html upload/current/
- cp -r org.rodinp.handbook.feature/build/pdf upload/current/
- mkdir -p upload/updatesite - mkdir -p upload/updatesite
- cp -r org.rodinp.handbook.repository/target/repository/* upload/updatesite/ - cp -r org.rodinp.handbook.repository/target/repository/* upload/updatesite/
- cp org.rodinp.handbook.releng/index.html upload/updatesite/ - cp org.rodinp.handbook.releng/index.html upload/updatesite/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment