Simplify environment blocks

This commit is contained in:
Grimes 2018-05-26 13:41:45 -07:00
parent 089294a85e
commit 6e35f54738
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
steps: steps:
- command: "ci/coverage.sh" - command: "ci/coverage.sh"
label: "coverage" label: "coverage [public]"
# TODO: Run coverage in a docker image rather than assuming kcov/cargo-kcov # TODO: Run coverage in a docker image rather than assuming kcov/cargo-kcov
# is installed on the build agent... # is installed on the build agent...
#plugins: #plugins:
@ -8,7 +8,7 @@ steps:
# image: "rust" # image: "rust"
# user: "998:997" # buildkite-agent:buildkite-agent # user: "998:997" # buildkite-agent:buildkite-agent
# environment: # environment:
# - CODECOV_TOKEN=$CODECOV_TOKEN # - CODECOV_TOKEN
- command: "ci/test-stable.sh" - command: "ci/test-stable.sh"
label: "stable [public]" label: "stable [public]"
plugins: plugins:
@ -37,5 +37,5 @@ steps:
image: "rust" image: "rust"
user: "998:997" # buildkite-agent:buildkite-agent user: "998:997" # buildkite-agent:buildkite-agent
environment: environment:
- BUILDKITE_TAG=$BUILDKITE_TAG - BUILDKITE_TAG
- CRATES_IO_TOKEN=$CRATES_IO_TOKEN - CRATES_IO_TOKEN