cascading-pr.sh login both repos

This commit is contained in:
Earl Warren 2023-10-12 15:12:52 +02:00
parent 007e34c709
commit 71281446ea
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 52 additions and 16 deletions

View file

@ -3,9 +3,13 @@
declare -A options
VERBOSE=false
DEBUG=false
: ${EXIT_ON_ERROR:=true}
: ${TMPDIR:=$(mktemp -d)}
function debug() {
DEBUG=true
set -x