Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: support substitution in environment.environment #1402

Open
smoser opened this issue Jul 23, 2024 · 0 comments
Open

RFE: support substitution in environment.environment #1402

smoser opened this issue Jul 23, 2024 · 0 comments

Comments

@smoser
Copy link
Contributor

smoser commented Jul 23, 2024

I have a situation where I would like to put SETUPTOOLS_SCM_PRETEND_VERSION=${{package.version}} into the build environment.

I want to do:

environment:
  environment:
    SETUPTOOLS_SCM_PRETEND_VERSION: ${{package.version}}
    OTHER: "other is ${{vars.VARS}}"

The second 'OTHER' there i just put there. I think it is reasonable to support substitution within a string rather than only supporting the entire string. but I do not want to request shell-like behavior or expansion.

I also would lke to request that work within a 'range' section like seen here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant