Skip to content

Commit 8cfbeef

Browse files
authored
Merge pull request #127 from oracle/mark/download-artifacts
Store artifacts from integration-test so they can be easily downloaded
2 parents 62b25a2 + f0605f5 commit 8cfbeef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wercker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ integration-test:
163163
# clean up
164164
yum clean all
165165
166+
# store the artifacts so we can download them easily
167+
tar czvf ${WERCKER_REPORT_ARTIFACTS_DIR}/integration-test-data.tar.gz /pipeline/output/*
168+
166169
# This pipeline runs quality checks
167170
quality:
168171
steps:

0 commit comments

Comments
 (0)