Skip to content

Commit dbf9bd5

Browse files
committed
Added a project.json and a pipeline.yml file
1 parent 50891d2 commit dbf9bd5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
steps:
2+
- name: ":golang:"
3+
command: "./scripts/test.sh"
4+
env:
5+
BUILDKITE_DOCKER_COMPOSE_CONTAINER: "app"

.buildkite/project.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Golang Docker Example",
3+
"repository": "https://github.com/buildkite/golang-docker-example.git",
4+
"steps": [
5+
{
6+
"type": "script",
7+
"name": ":buildkite:",
8+
"command": "buildkite-agent pipeline upload"
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)