Skip to content

Commit

Permalink
push: use update_pipeline=False for cloud versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Sep 19, 2022
1 parent 625b735 commit d2a31eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/repo/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _push_worktree(repo, remote):
else:
out.hash_info = entry.hash_info
out.meta = entry.meta
stage.dvcfile.dump(stage, with_files=True)
stage.dvcfile.dump(stage, with_files=True, update_pipeline=False)

return len(index)

Expand Down

0 comments on commit d2a31eb

Please sign in to comment.