Skip to content
Snippets Groups Projects
Commit 46c91b57 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix artifacts_file

parent b4305d8c
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ type BuildInfo struct { ...@@ -61,7 +61,7 @@ type BuildInfo struct {
Name string `json:"name"` Name string `json:"name"`
Stage string `json:"stage"` Stage string `json:"stage"`
Tag bool `json:"tag"` Tag bool `json:"tag"`
Artifacts *BuildArtifacts `json:"artifacts"` Artifacts *BuildArtifacts `json:"artifacts_file"`
} }
type GetBuildResponse struct { type GetBuildResponse struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment