Skip to content
Snippets Groups Projects
Commit f971e1c3 authored by dgelessus's avatar dgelessus
Browse files

Remove some unnecessary copying of artifacts

parent 447b5aa3
No related branches found
No related tags found
No related merge requests found
Pipeline #121387 passed
......@@ -20,13 +20,8 @@ build:
- cd ..
- cp -r org.rodinp.handbook.feature/build/eclipse/* org.rodinp.handbook/
- mvn -f org.rodinp.handbook.parent/pom.xml install
- mkdir -p 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
- 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 org.rodinp.handbook.repository/target/repository
artifacts:
paths:
- upload
- org.rodinp.handbook.feature/build
- org.rodinp.handbook.repository/target/repository
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment