mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-05 16:39:32 +00:00
Fix comma
This commit is contained in:
parent
caac866496
commit
e56fae238d
2
.github/deploy.py
vendored
2
.github/deploy.py
vendored
@ -132,7 +132,7 @@ BRANCH_NAME = get_branch(CURRENT_CI)
|
||||
TAG_NAME = get_tag(CURRENT_CI)
|
||||
IS_TAGGED = len(TAG_NAME) > 0
|
||||
logger.info("Branch: %s", BRANCH_NAME)
|
||||
logger.info("Tag: %s" TAG_NAME)
|
||||
logger.info("Tag: %s", TAG_NAME)
|
||||
if BRANCH_NAME not in ALLOWED_BRANCHES:
|
||||
logger.info("Skip deployment for branch '%s'", BRANCH_NAME)
|
||||
sys.exit(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user