We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04f2c98 + 35e8402 commit 48a995fCopy full SHA for 48a995f
.buildkite/logcheck.sh
.buildkite/pipeline.yml
@@ -42,13 +42,6 @@ steps:
42
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
43
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
44
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
-
52
# This makes sure next step will run even if previous steps failed
53
# to make sure we can reach the final step for resource cleanup
54
- wait: ~
0 commit comments