This website requires JavaScript.
Explore
Help
Sign In
oly
/
drone-python-example
mirror of
https://gitlab.com/olymk2/drone-python-example.git
Watch
1
Star
0
Fork
You've already forked drone-python-example
0
Code
Issues
Releases
Wiki
Activity
master
drone-python-example
/
example.py
6 lines
88 B
Python
Executable File
Raw
Permalink
Blame
History
#!/usr/bin/python
import
os
for
k
,
v
in
os
.
environ
.
items
(
)
:
print
(
'
%s
=
%s
'
%
(
k
,
v
)
)
Reference in New Issue
View Git Blame
Copy Permalink