Skip to content

Commit

Permalink
Update api/jobs/job_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Hatletvedt <[email protected]>
  • Loading branch information
satr and Pespiri authored Oct 17, 2023
1 parent 0739565 commit c7cf98c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/jobs/job_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ func RerunApplicationJob(accounts models.Accounts, w http.ResponseWriter, r *htt
// description: "Not found"
appName := mux.Vars(r)["appName"]
jobName := mux.Vars(r)["jobName"]
log.Infof("Rerun the pipeline job %s in the application %s", jobName, appName)
handler := Init(accounts, deployments.Init(accounts))
err := handler.RerunJob(r.Context(), appName, jobName)

Expand Down

0 comments on commit c7cf98c

Please sign in to comment.