conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 53 forks source link

Expand env variables in channel names #101

Closed hadim closed 4 years ago

hadim commented 4 years ago

Checklist

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hadim commented 4 years ago

A proposal to fix https://github.com/conda-forge/conda-smithy/issues/1337

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-linting service.

I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict.

Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug.

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hadim commented 4 years ago

It will allow expanding config like this:

channels:
  sources:
    - t/$ANACONDA_TOKEN/private_channel, conda-forge, channel_2, channel_3, default
  targets:
    - private_channel main

docker:
  run_args: "-e ANACONDA_TOKEN"
hadim commented 4 years ago

The following PR should fix this: https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/101

hadim commented 4 years ago

Close here in favor of https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/98