Skip to content

Commit 863cded

Browse files
committed
debugging the test
1 parent 0bba90a commit 863cded

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.buildkite/pipeline.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ steps:
33
agents:
44
queue: default
55
os: linux
6-
command: "shellcheck hooks/*"
6+
command:
7+
- echo "Running shellcheck"
8+
- "shellcheck hooks/*"
79
plugins:
810
- EmbarkStudios/k8s#68abf7faf1c35f903208d275a0152d77dd2bed84:
911
image: koalaman/shellcheck-alpine

0 commit comments

Comments
 (0)