Skip to content

Commit 43a16b2

Browse files
committed
fix: rebuild CR-15902 to fix argo-workflows empty page
Signed-off-by: kim-codefresh <[email protected]>
1 parent b041819 commit 43a16b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/artifacts/artifact_server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ func (a *ArtifactServer) GetArtifactFile(w http.ResponseWriter, r *http.Request)
155155
}
156156

157157
a.getArtifactFromPath(artifact, driver, w, r)
158-
159158
}
160159

161160
func (a *ArtifactServer) getArtifactFromPath(artifact *wfv1.Artifact, driver common.ArtifactDriver, w http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)