-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: docker cp of dangling symlink (#943) #948
Conversation
Codecov Report
@@ Coverage Diff @@
## master #948 +/- ##
==========================================
+ Coverage 49.27% 57.50% +8.23%
==========================================
Files 23 32 +9
Lines 2401 4594 +2193
==========================================
+ Hits 1183 2642 +1459
- Misses 1090 1729 +639
- Partials 128 223 +95
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, ( dangling ) symlinks are now also working on windows.
There's symlink error handling in the act/pkg/container/docker_run.go Line 592 in 9f9eacf
|
I use act on macOS, and thus describe things based on this. It seemed unlikely to me that such a thing wouldn't have been tripped on already by Linux users, so I described things based on how I encountered them. That there is some difference between how it behaves on Linux may have contributed to how I described it. If the problem happens for everyone, then I can change the description to not specify. I'll remove the code you've identified. |
Thanks, yeah looks like it happens on all platforms. With the fix #971 from Christopher applied the error is now also printed for me ( |
Fixes #943