Skip to content

Commit 1d5155a

Browse files
committed
tmp
1 parent cec267c commit 1d5155a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish_artifacts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ def main(num_threads: int, artifacts_dir: str, base_url: str, output_file: str):
101101

102102

103103
if __name__ == "__main__":
104+
for k, v in os.environ.items():
105+
print("ANDY key", k, flush=True)
104106
build_dir = os.environ["BUILD_DIR"]
105107
if build_dir[-1] != "/":
106108
build_dir = build_dir + "/"

0 commit comments

Comments
 (0)