File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 sudo snap install --dangerous --classic ${{ steps.snapcraft.outputs.snap }}
2222 dvc doctor
2323 dvc doctor | grep "azure\|gdrive\|gs\|s3\|webdav"
24- dvc list https://github.com/iterative /dvc
24+ dvc list https://github.com/treeverse /dvc
2525 dvc get https://github.com/iterative/dataset-registry get-started/data.xml -o data.xml
2626 sudo snap remove dvc
2727 - if : github.event_name == 'push' && github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 22
33set -e
44
5- PROJECT=" iterative /dvc"
5+ PROJECT=" treeverse /dvc"
66echo $( gh release list -R $PROJECT -L1 | awk -F ' \t' ' { print $3 }' )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ package-repositories:
3030parts :
3131 dvc :
3232 plugin : python
33- source : https://github.com/iterative /dvc.git
33+ source : https://github.com/treeverse /dvc.git
3434 source-tag : 3.64.1
3535 build-packages :
3636 - git
You can’t perform that action at this time.
0 commit comments