diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 11:09:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 11:09:10 -0600 |
| commit | 3170b3ed27a0f971a42256f8eb7c550011f0920a (patch) | |
| tree | ec2163121898dce555568d035fe107e73a696d85 /bin/cibuild | |
| parent | 7ac5f983981022c0b8ba5ac413bba730c295404b (diff) | |
chore: enable debug output in cibuild
Diffstat (limited to 'bin/cibuild')
| -rwxr-xr-x | bin/cibuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cibuild b/bin/cibuild index 54e8abf..e4ba6b2 100755 --- a/bin/cibuild +++ b/bin/cibuild @@ -1,4 +1,9 @@ #!/bin/sh +set -e + +[ -n "$DEBUG" ] && set -x + +cd "$(dirname "$0")/.." apt update -y && apt install -y gpg wget curl install -dm 755 /etc/apt/keyrings |
