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
182 B

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