Skip to content

Commit 44c48c1

Browse files
committed
remove unused vars
1 parent 9ecb3e8 commit 44c48c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/log-collector

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ tar -czvf buildkite-logs-"$now".tar.gz "$dir"/*.log
101101
# Clean up the unneeded files
102102
rm -r "$dir"
103103

104-
pwd=$(pwd)
105-
106104
echo "Finished collecting logs, you can find them here: $PWD/buildkite-logs-${now}.tar.gz"
107105

108106
exit 0

0 commit comments

Comments
 (0)