Skip to content

Commit

Permalink
add comments to DownloadArtifact method
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 2, 2023
1 parent 432a534 commit 3a9a639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/saucecloud/imagerunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ func (r *ImgRunner) PollRun(ctx context.Context, id string, lastStatus string) (
}
}

// DownloadArtifact downloads artifacts and returns a list of what was downloaded.
func (r *ImgRunner) DownloadArtifacts(runnerID, suiteName, status string, passed bool) []string {
if r.Async ||
runnerID == "" ||
Expand Down

0 comments on commit 3a9a639

Please sign in to comment.