Skip to content

Commit 88b0c8b

Browse files
committed
Dump all the environment variables
1 parent 92bfe8b commit 88b0c8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run_circle.py

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

2828
if __name__ == '__main__':
2929

30+
from pprint import pprint
31+
pprint(os.environ)
32+
3033
if (
3134
os.environ['CIRCLE_BRANCH'] != 'master' and
3235
os.environ['CI_PULL_REQUESTS'] == ''

0 commit comments

Comments
 (0)