Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
CI debugging again pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Apr 25, 2024
1 parent 731cfe8 commit fd45f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ def modify(cli_):
shell = "/bin/sh"
if not sys.stdin.isatty():
# Treat stdin as opaque blob and run that
ch.ILLERI("FOUND IT!!!")
commands = [sys.stdin.read()]
if (commands != []):
ch.ILLERI("commands (pre tree): %s" % commands)
Expand Down

0 comments on commit fd45f64

Please sign in to comment.