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

"File not found" issue on Alpine Linux #129

Closed
danopia opened this issue Mar 1, 2023 · 0 comments · Fixed by #138
Closed

"File not found" issue on Alpine Linux #129

danopia opened this issue Mar 1, 2023 · 0 comments · Fixed by #138

Comments

@danopia
Copy link

danopia commented Mar 1, 2023

This conditional at the stop of the configure.sh script adds an error:

if cat /etc/issue | grep "Alpine" >/dev/null 2>&1; then
. $BASH_ENV
fi

The error is:

/bin/bash: line 3: /tmp/.bash_env-63ff46c43d2fa51fdd8a6998-0-build: No such file or directory

I see that there is a CircleCI support article about this issue of accessing $BASH_ENV before it is created: https://support.circleci.com/hc/en-us/articles/360048353271-Accessing-BASH-ENV-Results-in-No-such-file-or-directory-

This was introduced by circleci/aws-cli@3.1

@brivu brivu linked a pull request Jun 9, 2023 that will close this issue
@brivu brivu closed this as completed in #138 Jun 9, 2023
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 a pull request may close this issue.

1 participant