You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to uses it for the 1st time, but I got theses errors, related to a symlink problem
There is a symlink in shop/workers/upload/wrangler.toml that point to « ../../../config/upload.toml »
Locally syncing file(s) between source and target repository
Warning: Source is directory
Error: Cannot copy '../../../config/upload.toml' to a subdirectory of itself, '../../../config/upload.toml'.
Error: Error: Cannot copy '../../../config/upload.toml' to a subdirectory of itself, '../../../config/upload.toml'.
Cleanup complete
But I got a new error: « Error: ENOENT: no such file or directory, stat 'tmp-1686XXXX686/github.com/our-account/our-repo@default/shop/workers/account/wrangler.toml'»
Then, I've tried to change with the full path like that:
Describe the bug
I'm trying to uses it for the 1st time, but I got theses errors, related to a symlink problem
There is a symlink in shop/workers/upload/wrangler.toml that point to « ../../../config/upload.toml »
My .github/sync.yml file:
My .github/workflows/sync.yml file:
Then, I've tried to add it in the 'exclude' config like this:
But I got a new error: « Error: ENOENT: no such file or directory, stat 'tmp-1686XXXX686/github.com/our-account/our-repo@default/shop/workers/account/wrangler.toml'»
Then, I've tried to change with the full path like that:
But I got agin the 1st error: « Error: Cannot copy '../../../config/upload.toml' to a subdirectory of itself, '../../../config/upload.toml'. »
Any ideas of a workaround please?
The text was updated successfully, but these errors were encountered: