Skip to content

Commit

Permalink
add cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Jul 31, 2024
1 parent 56a2615 commit 2b538f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions util/weekly_build/7_Cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -e

if [ -z $SETUPDONE ]; then . ShellSetup.sh $* ; fi

/usr/bin/rm -rf ${RUNDIR:?}/spack-stack-build-cache-${RUNID:?}

0 comments on commit 2b538f6

Please sign in to comment.