Skip to content

Commit

Permalink
Merge pull request #502 from swagatbora90/logcheck-fix
Browse files Browse the repository at this point in the history
remove DCO check on commits in buildkite pipeline
  • Loading branch information
fangn2 authored Jul 18, 2023
2 parents 04f2c98 + 35e8402 commit 48a995f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
51 changes: 0 additions & 51 deletions .buildkite/logcheck.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ steps:
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"

- label: 'git log validation'
command: './.buildkite/logcheck.sh'
# This should run in the same queue, but we don't care whether it runs on
# the same host.
agents:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"

# This makes sure next step will run even if previous steps failed
# to make sure we can reach the final step for resource cleanup
- wait: ~
Expand Down

0 comments on commit 48a995f

Please sign in to comment.