Skip to content

Commit

Permalink
actual cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maanug-nv committed May 10, 2023
1 parent 9af1ebc commit fec3fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 264,7 @@ cleanup.selene:
script:
- set e
- NUM_CLEANUP=`find ${SELENE_ADLR_CI_PATH} -type d -ctime 20 | grep -v data | wc -l`
#- find ${SELENE_ADLR_CI_PATH}/* -type d -ctime 20 | grep -v data | xargs rm -rf
- find ${SELENE_ADLR_CI_PATH}/* -type d -ctime 20 | grep -v data | xargs rm -rf
- echo "Finished cleaning $NUM_CLEANUP directories older than 20 days everything in Selene"
allow_failure: true
rules:
Expand Down

0 comments on commit fec3fcc

Please sign in to comment.