Skip to content
Snippets Groups Projects
Commit 9f7b04f9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts][ci] Fix typo

parent 4d27d4d9
No related branches found
No related tags found
No related merge requests found
Pipeline #27664 passed
...@@ -533,7 +533,7 @@ def nightlies(ctx, order, dry_run): ...@@ -533,7 +533,7 @@ def nightlies(ctx, order, dry_run):
path, branch = [k.strip() for k in line.split(',', 1)] path, branch = [k.strip() for k in line.split(',', 1)]
packages.append((path, branch)) packages.append((path, branch))
else: else:
packages.apend((line, 'master')) packages.append((line, 'master'))
import git import git
from .rebuild import rebuild from .rebuild import rebuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment