Skip to content

Commit c12be88

Browse files
committed
copy pv dir to /pipeline/output
1 parent badc0c3 commit c12be88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

wercker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,12 @@ integration-test-java:
178178
goals: clean verify
179179
version: 3.5.2
180180
profiles: java-integration-tests
181-
181+
182+
- script:
183+
name: copy pv dir
184+
code: |
185+
cp /scratch/acceptance_test_pv /pipeline/output/
186+
182187
after-steps:
183188
- script:
184189
name: cleanup and store

0 commit comments

Comments
 (0)