Skip to content

Commit f4b44b3

Browse files
committed
Revert "Dump all the environment variables"
88b0c8b
1 parent 88b0c8b commit f4b44b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/run_circle.py

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727

2828
if __name__ == '__main__':
2929

30-
from pprint import pprint
31-
pprint(os.environ)
32-
3330
if (
3431
os.environ['CIRCLE_BRANCH'] != 'master' and
3532
os.environ['CI_PULL_REQUESTS'] == ''

0 commit comments

Comments
 (0)