Skip to content

Commit

Permalink
pass through necessary envs for scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Shotwell committed Feb 4, 2020
1 parent 130aa88 commit 729caa4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
steps:
- label: build
commands:
- make
command: "make"
plugins:
- docker#v3.2.0:
image: replicated/gitops-builder:buildkite-go12-node10
always-pull: true
mount-checkout: true
workdir: /go/src/github.com/replicatedhq/troubleshoot
environment:
- SCOPE_DSN
- BUILDKITE_REPO
- BUILDKITE_COMMIT
- BUILDKITE_BUILD_ID
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_BUILD_URL
- BUILDKITE_BUILD_CHECKOUT_PATH
- BUILDKITE

- wait

Expand Down

0 comments on commit 729caa4

Please sign in to comment.