mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Merge pull request #131 from replicatedhq/scope-build
pass through necessary envs for scope
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user