Skip to content

Commit 7779b45

Browse files
sroy3mattseddon
andauthored
Demo project as a submodule (#2624)
* Use demo project as submodule * Get repo .git directory * Change more demo paths * Cleanup * Add demo project init postinstall * rename vscode-dvc-demo back to demo * checkout submodule in CI * move root finding out of constants file and add test * add further tests * fix tests * watch correct path for experiments * fix string in suite statement Co-authored-by: Matt Seddon <[email protected]>
1 parent 9cf6e21 commit 7779b45

File tree

31 files changed

+133
-291
lines changed

31 files changed

+133
-291
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21+
submodules: true
2122

2223
- name: Setup Python environment
2324
uses: actions/setup-python@v4

.github/workflows/cross-platform-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0
24+
submodules: true
2425

2526
- name: Setup Node.js environment
2627
uses: actions/setup-node@v3

.github/workflows/dvc-cli-output-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19+
submodules: true
1920

2021
- name: Setup Node.js environment
2122
uses: actions/setup-node@v3

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "demo"]
2+
path = demo
3+
url = https://github.com/iterative/vscode-dvc-demo

demo

Submodule demo added at 461d2a8

demo/.dvc/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

demo/.dvc/config

Lines changed: 0 additions & 4 deletions
This file was deleted.

demo/.dvcignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

demo/.vscode/extensions.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)