notes on the development environment

This commit is contained in:
Earl Warren 2023-10-13 14:54:56 +02:00
parent 51fac222bd
commit 601c93ef62
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 54 additions and 2 deletions

View file

@ -119,7 +119,6 @@ function finalize_options() {
}
function run() {
dependencies
repo_login ${options[destination_repo]}
upsert_branch
upsert_pr
@ -198,6 +197,8 @@ function main() {
done
}
dependencies
if echo "${@}" | grep --quiet -e '--debug' ; then
main "${@}"
else