-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shiv verma <shverma@redhat.com>
- Loading branch information
1 parent
d8a73c7
commit 24a2b4a
Showing
21 changed files
with
3,074 additions
and
248 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[{ | ||
"id": 1, | ||
"name": "Build Tools", | ||
"tags": [{ | ||
"id": 1, | ||
"name": "build-tool" | ||
}] | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "CLI", | ||
"tags": [{ | ||
"id": 2, | ||
"name": "cli" | ||
}] | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "Cloud", | ||
"tags": [{ | ||
"id": 4, | ||
"name": "aws" | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "azure" | ||
}, | ||
{ | ||
"id": 6, | ||
"name": "cloud" | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "gcp" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Deploy", | ||
"tags": [{ | ||
"id": 7, | ||
"name": "deploy" | ||
}] | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "Image Build", | ||
"tags": [{ | ||
"id": 8, | ||
"name": "image-build" | ||
}] | ||
} | ||
] |
Oops, something went wrong.