-
Notifications
You must be signed in to change notification settings - Fork 237
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
local execution checkout failing #330
Comments
Same. It seems that even though
Seems like a pretty obvious failure. Curious that this issue has not had any comments in over a month. |
I have the same issue, using Looking at
But when I do an Investigating further, I compared it to a manual |
Found a solution: manually mount the local directory using config.yml snippet:
Then run local build using:
|
@alexkli Thank you so much for this solution! |
Logged as CIRCLE-25051. |
…ic/circleci-cli#330 . Test env file created and its values loaded on every CI build.
@alexkli thanks for workaround
I don't know why circleci use "[." instead of "." manual docker run works fine
maybe you can suggest workaround? |
|
I've been looking into this issue. The issue seems to be related to the image that used for the build. Failing images:
Images that work:
When we execute a build, we mount the |
Neither |
Quick update: I'm able to always reproduce this when using |
This isn't working for me. CircleCI is not even executing this code ! |
My local execution also fails because CircleCI checkout can't copy files with special characters. The special characters are needed in the directory name for the tests for special characters. Couldn't find a workaround.
|
So what now? How can I get this to work? Running on MacOS |
Do you want to request a feature or report a bug?
BUG
What is the current behavior?
Can you provide an example?
What is the expected behavior?
testing builds locally
Which version of the CLI and OS are you using? Did this work in previous versions?
circleci version
0.1.5879+416032d
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
Please provide the output of
circleci version
andcircleci diagnostic
.CircleCI CLI Diagnostics
Debugger mode: false
Config found: /home/robeferre/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
OK, got a token.
Trying an introspection query on API...
Ok.
Hello, Roberto.
If you have any questions, feel free to ping us at @CircleCI-Public/x-team.
The text was updated successfully, but these errors were encountered: