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

fix: expand target-tag parameter with eval #198

Merged
merged 1 commit into from
May 3, 2022
Merged

Conversation

brivu
Copy link
Contributor

@brivu brivu commented May 3, 2022

Checklist

  • All new jobs, commands, executors, parameters have descriptions
  • Examples have been added for any significant new features
  • README has been updated, if necessary

Motivation, issues

The target-tag parameter would not work with an environment variable.

Description

I evaluated the parameter with PARAM_TARGET_TAG=$(eval echo "${PARAM_TARGET_TAG}"), enabling the use of environment variables.

@brivu brivu merged commit 7ceb2ed into master May 3, 2022
@brivu brivu deleted the eval-target-tag branch May 3, 2022 20:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants