Skip to content

Commit

Permalink
address comments: remove excessive artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng committed Jul 18, 2022
1 parent 885cb6d commit fb56714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipeline-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ steps:
queue: "workers"
docker: "*"
command: "./scripts/buildkite/golint.sh"
artifact_paths:
- ".build/golint/*.out"
artifact_paths: []
retry:
automatic:
limit: 1
Expand Down
3 changes: 1 addition & 2 deletions .buildkite/pipeline-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ steps:
queue: "workers"
docker: "*"
command: "./scripts/buildkite/golint.sh"
artifact_paths:
- ".build/golint/*.out"
artifact_paths: []
retry:
automatic:
limit: 1
Expand Down

0 comments on commit fb56714

Please sign in to comment.