Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Dec 14, 2024
1 parent ef0b99b commit 9e69657
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

import logging
import os
import shlex
import subprocess
import sys
Expand Down Expand Up @@ -152,4 +153,9 @@ def main(legacy_workspace: bool) -> int:
# Ensure we can invoke the script from various places
chdir(Path(__file__).parent)

logging.info("---------------")
logging.info(Path.cwd())
logging.info(os.listdir("."))
subprocess.run(["bazel", "info", "release"], check=False)

sys.exit(main(args.legacy_workspace))

0 comments on commit 9e69657

Please sign in to comment.