Skip to content

Commit

Permalink
tar up install logs to allow them to use upload-artifact github action
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Nov 8, 2024
1 parent 413850b commit 9c6fb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deployment-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9c6fb1d

Please sign in to comment.