From f4dcac34fd7003db07677e5c8881400265227473 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 28 Feb 2018 20:41:49 -0500 Subject: [PATCH] store artifacts from integration-test --- wercker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wercker.yml b/wercker.yml index 6ff51d4b4a9..ad7b15ef94c 100644 --- a/wercker.yml +++ b/wercker.yml @@ -163,6 +163,9 @@ integration-test: # clean up yum clean all + # store the artifacts so we can download them easily + tar czvf ${WERCKER_REPORT_ARTIFACTS_DIR}/integration-test-data.tar.gz /pipeline/output/* + # This pipeline runs quality checks quality: steps: