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
Our use-case is that we want to use top-level.actor only for local testing but not pollute production code with it. For some reason the CLI seems to rely on Git?
If I have .actor in .gitignore, apify push gives A valid Actor could not be found in the current directory. Please make sure you are in the correct directory. You can also turn this directory into an Actor by running apify init.
If I remove it from .gitignore, it works fine.
I find it not intuitive that Git should affect how CLI treats my local files so it is probably a bug?
The text was updated successfully, but these errors were encountered:
Our use-case is that we want to use top-level
.actor
only for local testing but not pollute production code with it. For some reason the CLI seems to rely on Git?If I have
.actor
in.gitignore
,apify push
givesA valid Actor could not be found in the current directory. Please make sure you are in the correct directory. You can also turn this directory into an Actor by running
apify init.
If I remove it from
.gitignore
, it works fine.I find it not intuitive that Git should affect how CLI treats my local files so it is probably a bug?
The text was updated successfully, but these errors were encountered: