Skip to content

Commit

Permalink
Merge pull request #241 from codefresh-io/CR-16945
Browse files Browse the repository at this point in the history
fix: rebuild CR-15902 to fix argo-workflows empty page
  • Loading branch information
kim-codefresh authored Feb 13, 2023
2 parents b041819 + 43a16b2 commit bf43adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/artifacts/artifact_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func (a *ArtifactServer) GetArtifactFile(w http.ResponseWriter, r *http.Request)
}

a.getArtifactFromPath(artifact, driver, w, r)

}

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

0 comments on commit bf43adf

Please sign in to comment.