Skip to content
Snippets Groups Projects
Commit a8d13cdc authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda-forge deploy] Just use '/local/conda/bin/'

parent fb18ff32
No related branches found
No related tags found
No related merge requests found
......@@ -132,9 +132,9 @@ def main(package, direct_push=False):
with open('recipe/meta.yaml', 'w') as f:
f.write(doc)
conda_smithy_path = os.getenv('CONDA_FOLDER', '')
if conda_smithy_path:
conda_smithy_path = conda_smithy_path + os.sep
conda_smithy_path = ''
if os.path.isdir('/local/conda/bin/'):
conda_smithy_path = '/local/conda/bin/'
run_commands([conda_smithy_path+'conda-smithy', 'rerender'],
['git', '--no-pager', 'diff'],
['git', 'add', '-A'])
......
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