Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 5118870

Browse files
committed
cleanup
1 parent 643236a commit 5118870

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.kokoro/build-instance.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
set -eo pipefail
1717

18-
pwd
19-
2018
CURRENT_DIR=$(dirname "${BASH_SOURCE[0]}")
2119

2220
if [[ -z "${PROJECT_ROOT:-}" ]]; then
@@ -41,11 +39,3 @@ if [[ -n "${NOX_SESSION:-}" ]]; then
4139
else
4240
python3 -m nox
4341
fi
44-
45-
echo "Done!!!!!!!"
46-
47-
pwd
48-
rm -rf .nox/
49-
ls -alh
50-
51-
exit 0

0 commit comments

Comments
 (0)