Skip to content

Commit

Permalink
Remove unnecessary messages in CI (#7951)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7939758)
  • Loading branch information
potiuk authored and kaxil committed Mar 30, 2020
1 parent 6b8f764 commit 8a904f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/in_container/_in_container_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function in_container_cleanup_pyc() {
-path "./.eggs" -prune -o \
-path "./docs/_build" -prune -o \
-path "./build" -prune -o \
-name "*.pyc" | grep ".pyc$" | sudo xargs rm -vf
-name "*.pyc" | grep ".pyc$" | sudo xargs rm -f
set -o pipefail
}

Expand Down

0 comments on commit 8a904f2

Please sign in to comment.