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

[ci] Fix typo

parent d63271a9
No related branches found
No related tags found
No related merge requests found
Pipeline #26065 passed
......@@ -269,7 +269,7 @@ def build(dry_run):
# notice this condarc typically will only contain the defaults channel - we
# need to boost this up with more channels to get it right.
channels = bootstrap.get_channels(public=public, stable=(not is_prerelease),
channels = get_channels(public=public, stable=(not is_prerelease),
server=SERVER, intranet=True)
logger.info('Using the following channels during build:\n - %s',
'\n - '.join(channels + ['defaults']))
......
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