aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/helper_scripts
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-22 21:47:43 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-22 21:47:43 -0700
commit9dae9703e2da9431dbbe0ed3c7b2ba9c76feef9e (patch)
treefb13190cdec9e8f5d53496ba404a1ab1352767dd /tools/internal_ci/helper_scripts
parent18ce0cf26e733647b33cbaafee57245fdfb932e7 (diff)
cleanup in run_tests_scripts
Diffstat (limited to 'tools/internal_ci/helper_scripts')
-rwxr-xr-xtools/internal_ci/helper_scripts/delete_nonartifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/helper_scripts/delete_nonartifacts.sh b/tools/internal_ci/helper_scripts/delete_nonartifacts.sh
index 6c49b7377e..c7d6ba6d44 100755
--- a/tools/internal_ci/helper_scripts/delete_nonartifacts.sh
+++ b/tools/internal_ci/helper_scripts/delete_nonartifacts.sh
@@ -24,4 +24,4 @@ cd "$(dirname "$0")/../../.."
# after finishing each build. We only leave files we want to keep:
# - reports and artifacts
# - directory containing the kokoro scripts to prevent deleting a script while being executed.
-time find . -type f -not -iname "*sponge_log.xml" -not -path "./reports/*" -not -path "./artifacts/*" -not -path "./tools/internal_ci/*" -exec rm -f {} + \ No newline at end of file
+time find . -type f -not -iname "*sponge_log.xml" -not -path "./reports/*" -not -path "./artifacts/*" -not -path "./tools/internal_ci/*" -exec rm -f {} +