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

[build] Re-use channels from condarc file

parent ad1ffa88
No related branches found
No related tags found
No related merge requests found
Pipeline #26020 failed
...@@ -295,7 +295,8 @@ if __name__ == '__main__': ...@@ -295,7 +295,8 @@ if __name__ == '__main__':
'a tagged build. Use ``bdt release`` to create stable releases', 'a tagged build. Use ``bdt release`` to create stable releases',
version) version)
build_number = next_build_number(channels[0], name, version, python) build_number = next_build_number(condarc_options['channels'][0], name,
version, python)
os.environ['BOB_BUILD_NUMBER'] = build_number os.environ['BOB_BUILD_NUMBER'] = build_number
logger.info('os.environ["%s"] = %s', 'BOB_BUILD_NUMBER', build_number) logger.info('os.environ["%s"] = %s', 'BOB_BUILD_NUMBER', build_number)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment