Skip to content

Commit 968f6fe

Browse files
committed
update org
1 parent ac811b2 commit 968f6fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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'

latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -e
44

5-
PROJECT="iterative/dvc"
5+
PROJECT="treeverse/dvc"
66
echo $(gh release list -R $PROJECT -L1 | awk -F '\t' '{ print $3 }')

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package-repositories:
3030
parts:
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

0 commit comments

Comments
 (0)