Skip to content

Commit

Permalink
unset e
Browse files Browse the repository at this point in the history
  • Loading branch information
maanug-nv committed May 10, 2023
1 parent 563ff4a commit 1bdd929
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 @@ -263,9 263,9 @@ cleanup.selene:
<<: [*VARS]
script:
- set -x
- set e
- EC() { echo -e '\e[1;33m'code $?'\e[m\n'; }
- trap EC ERR
- which grep; grep -r "hello" .
- NUM_CLEANUP=$(find ${SELENE_ADLR_CI_PATH} -type d -ctime 20 | grep -v data)
# - 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
Expand Down

0 comments on commit 1bdd929

Please sign in to comment.