Skip to content

Commit 06d8128

Browse files
committed
Fix schema tests to not include github projects
Signed-off-by: Angel Misevski <[email protected]>
1 parent a6f0a78 commit 06d8128

17 files changed

+12
-142
lines changed

test/v200/devfiles/parent/parentAll.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ parent:
4545
git:
4646
remotes:
4747
origin: test-origin
48-
- name: testProject2
49-
github:
50-
remotes:
51-
origin: test-origin
5248
- name: testProject3
5349
zip:
5450
location: git-repo.zip
@@ -57,10 +53,6 @@ parent:
5753
git:
5854
remotes:
5955
origin: test-origin
60-
- name: testStarterProject2
61-
github:
62-
remotes:
63-
origin: test-origin
6456
- name: testStarterProject3
6557
zip:
6658
location: git-repo.zip

test/v200/devfiles/projects/projectsAll.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
origin: test-origin
77
clonePath: /Users/test/projects
88
sparseCheckoutDirs: [thisDir, thatDir]
9-
- name: testproject2
10-
github:
11-
checkoutFrom:
12-
remote: test-branch
13-
remotes:
14-
origin: test-origin
15-
clonePath: /Users/test/projects
16-
sparseCheckoutDirs: [thisDir, thatDir]
179
- name: testproject3
1810
zip:
1911
location: git-repo.zip

test/v200/devfiles/projects/projectsGitAndGithub.yaml

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

test/v200/devfiles/projects/projectsGithubAndZip.yaml

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

test/v200/devfiles/projects/projectsGithubNoRemotes.yaml

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

test/v200/devfiles/projects/projectsMinimum.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
git:
33
remotes:
44
origin: test-origin
5-
- name: testproject2
6-
github:
7-
remotes:
8-
origin: test-origin
95
- name: testproject3
106
zip:
117
location: git-repo.zip

test/v200/devfiles/starterProjects/starterProjectsAll.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
origin: test-origin
77
description: Test starter project
88
subDir: test-subdir
9-
- name: starterproject2
10-
github:
11-
checkoutFrom:
12-
remote: test-branch
13-
remotes:
14-
origin: test-origin
15-
description: Test starter project
16-
subDir: test-subdir
179
- name: starterproject3
1810
zip:
1911
location: git-repo.zip

test/v200/devfiles/starterProjects/starterProjectsGitAndGithub.yaml

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

test/v200/devfiles/starterProjects/starterProjectsGithubAndZip.yaml

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

0 commit comments

Comments
 (0)