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
dvc run -o out 'echo 1 >> out'
dvc run -o out 'echo 2 >> out'
described by @efiop in #1786 will behave with respect to recently introduced (#1759) persist flag.
In case of -o new run command will silently remove out before executing new command.
We should consider introducing mechanism using safe remove here, as it might result in unaware data removal.
The text was updated successfully, but these errors were encountered:
After merging #1789 use case:
described by @efiop in #1786 will behave with respect to recently introduced (#1759)
persist
flag.In case of
-o
new run command will silently remove out before executing new command.We should consider introducing mechanism using safe remove here, as it might result in unaware data removal.
The text was updated successfully, but these errors were encountered: