Skip to content

Commit 48a995f

Browse files
authored
Merge pull request #502 from swagatbora90/logcheck-fix
remove DCO check on commits in buildkite pipeline
2 parents 04f2c98 + 35e8402 commit 48a995f

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

.buildkite/logcheck.sh

Lines changed: 0 additions & 51 deletions
This file was deleted.

.buildkite/pipeline.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ steps:
4242
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
4343
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
4444

45-
- label: 'git log validation'
46-
command: './.buildkite/logcheck.sh'
47-
# This should run in the same queue, but we don't care whether it runs on
48-
# the same host.
49-
agents:
50-
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
51-
5245
# This makes sure next step will run even if previous steps failed
5346
# to make sure we can reach the final step for resource cleanup
5447
- wait: ~

0 commit comments

Comments
 (0)