Commit remaining workspace changes
This commit is contained in:
@@ -1,14 +1,31 @@
|
||||
[
|
||||
{
|
||||
"path": "src/main.py",
|
||||
"category": "core"
|
||||
},
|
||||
{
|
||||
"path": "src/api/routes/clean_release.py",
|
||||
"category": "core"
|
||||
},
|
||||
{
|
||||
"path": "docs/installation.md",
|
||||
"category": "docs"
|
||||
}
|
||||
]
|
||||
{
|
||||
"artifacts": [
|
||||
{
|
||||
"id": "artifact-backend-dist",
|
||||
"path": "backend/dist/package.tar.gz",
|
||||
"sha256": "deadbeef",
|
||||
"size": 1024,
|
||||
"category": "core",
|
||||
"source_uri": "https://repo.intra.company.local/releases/backend/dist/package.tar.gz",
|
||||
"source_host": "repo.intra.company.local"
|
||||
},
|
||||
{
|
||||
"id": "artifact-clean-release-route",
|
||||
"path": "backend/src/api/routes/clean_release.py",
|
||||
"sha256": "feedface",
|
||||
"size": 8192,
|
||||
"category": "core",
|
||||
"source_uri": "https://repo.intra.company.local/releases/backend/src/api/routes/clean_release.py",
|
||||
"source_host": "repo.intra.company.local"
|
||||
},
|
||||
{
|
||||
"id": "artifact-installation-docs",
|
||||
"path": "docs/installation.md",
|
||||
"sha256": "c0ffee00",
|
||||
"size": 4096,
|
||||
"category": "docs",
|
||||
"source_uri": "https://repo.intra.company.local/releases/docs/installation.md",
|
||||
"source_host": "repo.intra.company.local"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user