diff --git a/ci/deployment-tests.sh b/ci/deployment-tests.sh index 8efedc28d..5e88f31ce 100755 --- a/ci/deployment-tests.sh +++ b/ci/deployment-tests.sh @@ -21,7 +21,7 @@ function failure() { if command cf-support; then sudo cf-support --yes > $$.cfsupportlog 2>&1 || cat $$.cfsupportlog else - cp /var/log/CFEngine-Install* . # ${NTECH_ROOT}/artifacts cd previously + tar cf "${NTECH_ROOT}/artifacts/CFEngine-Install.logs.tgz /var/log/CFEngine-Install* fi rm $$.cfsupportlog }