You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
172 B

  1. #!/bin/bash
  2. set -euxo pipefail
  3. make -C tests delete-${CI_PLATFORM} -s
  4. if [ -d ~/.ara ] ; then
  5. tar czvf ${CI_PROJECT_DIR}/cluster-dump/ara.tgz ~/.ara
  6. rm -fr ~/.ara
  7. fi