iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

get-started-experiments: delete all remote experiments in the push script #64

Closed iesahin closed 3 years ago

iesahin commented 3 years ago

The current push script built by generate.bash deletes the remote tags before pushing new tags to prevent older tags lurking around. It doesn't do this for the experiments and all older experiments remain in the repository after a new get-started-experiments repository is created.

We should delete all the experiments in the remote before this line in the push script:

dvc exp list --all --names-only | xargs -n 1 dvc exp push origin