Skip to content

Commit

Permalink
Fix cp fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Dec 3, 2020
1 parent 741c790 commit adb97bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_concourse_ci/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ def compute_builds(path, base_name, folders, matrix_base_dir=None,
try:
os.system("cp -Rf {}/* '{}'".format(os.path.join(path, recipe), out_folder), shell=True)
except Exception as e2:
print('urgh')
print('cp -Rf recipe fallback failed')

# write the conda_build_config.yml for this particular metadata into that recipe
# This should sit alongside meta.yaml, where conda-build will be able to find it
Expand Down

0 comments on commit adb97bc

Please sign in to comment.