Skip to content

Commit 1e83443

Browse files
author
Frank Shotwell
authored
Merge pull request #131 from replicatedhq/scope-build
pass through necessary envs for scope
2 parents 130aa88 + 729caa4 commit 1e83443

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
steps:
22
- label: build
3-
commands:
4-
- make
3+
command: "make"
54
plugins:
65
- docker#v3.2.0:
76
image: replicated/gitops-builder:buildkite-go12-node10
87
always-pull: true
98
mount-checkout: true
109
workdir: /go/src/github.com/replicatedhq/troubleshoot
10+
environment:
11+
- SCOPE_DSN
12+
- BUILDKITE_REPO
13+
- BUILDKITE_COMMIT
14+
- BUILDKITE_BUILD_ID
15+
- BUILDKITE_BUILD_NUMBER
16+
- BUILDKITE_BUILD_URL
17+
- BUILDKITE_BUILD_CHECKOUT_PATH
18+
- BUILDKITE
1119

1220
- wait
1321

0 commit comments

Comments
 (0)