Closed brivu closed 10 months ago
:wave: @brivu any updates on the timeline for next release which will include this PR ?
@brivu is there a reason why circleci env subst
was left in place for AWS_ECR_STR_AWS_DOMAIN
and AWS_ECR_STR_EXTRA_BUILD_ARGS
? We have upgraded to v9, but we're having trouble with some env var substitution with extra build args where an environment variable of ours is no longer being substituted with the value. It was working as expected in the latest v8 version.
@bjohnso5 in case @brivu is no longer part of the project, just wanted to tag you for visibility on my question above. Thanks in advance!
Hey @eviln1 and @summera,
I am no longer working at CircleCI. I think your best bet is reaching out to support.
Good luck!
Version
9.0.0
of this orb replacedeval
withcicleci env subst
.This had unintended consequences like:
${CIRCLE_SHA1:0:7}
)This PR reverts back to using
eval
for variable expansion.PLEASE NOTE: We will be reintroducing
circleci env subst
again in a later major release but just wanted to make this change to include bug fixes for folks using older versions of the orb.