Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
fixup! webview: Properly output docker build log
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Apr 19, 2018
1 parent 3d659b7 commit b386440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/mistryd/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ func (j *Job) String() string {
j.Project, j.Params, j.Group, j.ID[:7])
}

// TODO: add the other fields
func (j *Job) MarshalJSON() ([]byte, error) {
return json.Marshal(struct {
ID string `json:"id"`
Expand Down

0 comments on commit b386440

Please sign in to comment.