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

[ci] Fix undefined variable

parent 1c8902e0
No related branches found
No related tags found
No related merge requests found
Pipeline #32646 passed
......@@ -16,9 +16,9 @@ logger = get_logger(__name__)
def is_master(refname, tag, repodir):
"""Tells if we're on the master branch via ref_name or tag.
This function checks if the name of the branch being built is "master". If a
tag is set, then it checks if the tag is on the master branch. If so, then
also returns ``True``, otherwise, ``False``.
This function checks if the name of the branch being built is "master". If
a tag is set, then it checks if the tag is on the master branch. If so,
then also returns ``True``, otherwise, ``False``.
Args:
......@@ -259,6 +259,8 @@ def cleanup(dry_run, username, password, includes):
'noarch',
]
path = server_info["conda"]
for arch in archs:
arch_path = '/'.join((path, arch))
......
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