Drop the apps.json in the cwd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2021-06-05 08:26:43 +02:00
parent bbab900ebc
commit b61c9410a0
3 changed files with 3 additions and 4 deletions

View File

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