diff --git a/dvc/repo/push.py b/dvc/repo/push.py index 3e7a2d1eaf..21841b23c5 100644 --- a/dvc/repo/push.py +++ b/dvc/repo/push.py @@ -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)