Skip to content

Commit ab80eec

Browse files
committed
Try adding a simple buildkite pipeline to the repo itself
1 parent cce9fcd commit ab80eec

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.buildkite/example.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
echo "Test"

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
steps:
2+
- label: "Example test pipeline for BuildKite"
3+
key: "begin"
4+
command: ".buildkite/example.sh"

0 commit comments

Comments
 (0)