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

[scripts/ci] Fix nightly builds

parent a49f5b7d
No related branches found
No related tags found
1 merge request!88[scripts/ci] Fix nightly builds
Pipeline #32377 passed
...@@ -570,7 +570,7 @@ def nightlies(ctx, order, dry_run): ...@@ -570,7 +570,7 @@ def nightlies(ctx, order, dry_run):
# Use custom variants and append files if available on recipe-dir # Use custom variants and append files if available on recipe-dir
recipe_dir = os.path.join(clone_to, 'conda') recipe_dir = os.path.join(clone_to, 'conda')
condarc = select_user_condarc(paths=[recipe, os.curdir], condarc = select_user_condarc(paths=[recipe_dir, os.curdir],
branch=os.environ.get('CI_COMMIT_REF_NAME')) branch=os.environ.get('CI_COMMIT_REF_NAME'))
if condarc is not None: if condarc is not None:
logger.info('Condarc configuration file: %s', condarc) logger.info('Condarc configuration file: %s', condarc)
......
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