mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 06:26:04 -03:30
[CI] add ara to collect CI job logs (#8545)
This commit is contained in:
@@ -2,3 +2,8 @@
|
||||
set -euxo pipefail
|
||||
|
||||
cd tests && make delete-${CI_PLATFORM} -s ; cd -
|
||||
|
||||
if [ -d ~/.ara ] ; then
|
||||
tar czvf ${CI_PROJECT_DIR}/cluster-dump/ara.tgz ~/.ara
|
||||
rm -fr ~/.ara
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user