Skip to content

Commit 7bed220

Browse files
committed
Removed url field from some cfbs build examples in tests
The url field makes the update command clone the repo. However, the github profile and repo link in the build examples are placeholders, and make the test fail. Signed-off-by: Victor Moene <victor.moene@northern.tech>
1 parent c7a9df6 commit 7bed220

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/shell/020_update_input_list/example-cfbs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
{
3535
"name": "example-module",
3636
"description": "Example module",
37-
"url": "https://github.com/example-user/example-modules.git",
3837
"commit": "0000000000000000000000000000000000000000",
3938
"by": "https://github.com/example-user",
4039
"version": "1.0.0",

tests/shell/021_update_input_list_with_keys/example-cfbs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
{
4545
"name": "example-module",
4646
"description": "Example module",
47-
"url": "https://github.com/example-user/example-modules.git",
4847
"commit": "0000000000000000000000000000000000000000",
4948
"by": "https://github.com/example-user",
5049
"version": "1.0.0",

0 commit comments

Comments
 (0)