Merge pull request #131 from replicatedhq/scope-build

pass through necessary envs for scope
This commit is contained in:
Frank Shotwell
2020-02-05 09:24:33 -08:00
committed by GitHub

View File

@@ -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