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.
1 parent 50891d2 commit dbf9bd5Copy full SHA for dbf9bd5
.buildkite/pipeline.yml
@@ -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
@@ -0,0 +1,11 @@
+{
+ "name": "Golang Docker Example",
+ "repository": "https://github.com/buildkite/golang-docker-example.git",
+ "steps": [
+ {
6
+ "type": "script",
7
+ "name": ":buildkite:",
8
+ "command": "buildkite-agent pipeline upload"
9
+ }
10
+ ]
11
+}
0 commit comments