Skip to content
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

run: running the same command twice on a callback stage doesn't reproduce #1913

Closed
ghost opened this issue Apr 22, 2019 · 0 comments · Fixed by #2254
Closed

run: running the same command twice on a callback stage doesn't reproduce #1913

ghost opened this issue Apr 22, 2019 · 0 comments · Fixed by #2254
Labels
bug Did we break something?

Comments

@ghost
Copy link

ghost commented Apr 22, 2019

version: 0.35.7+8ef52f


❯ dvc run -o hello 'echo hello > hello'
Running command:
	echo hello > hello
Saving 'hello' to cache '.dvc/cache'.
Saving information to 'hello.dvc'.

❯ dvc run -o hello 'echo hello > hello'
Stage is cached, skipping.

The second run should have run the command again, as it is a callback stage.

@ghost ghost added bug Did we break something? c3-small-fix labels Apr 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Did we break something?
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants