Use vendored JQ

This commit is contained in:
decentral1se
2021-06-05 08:57:35 +02:00
parent 3a97358f30
commit 9f69532dca
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@ REPOS_TO_SKIP = (
"swarm-cronjob",
)
YQ_PATH = Path(f"{HOME_PATH}/.abra/vendor/yq")
JQ_PATH = Path(f"{HOME_PATH}/.abra/vendor/jq")
log = getLogger(__name__)
basicConfig()