From 6e35f547387cea846c064dc6fc5430fe695f8b5a Mon Sep 17 00:00:00 2001 From: Grimes <39311140+solana-grimes@users.noreply.github.com> Date: Sat, 26 May 2018 13:41:45 -0700 Subject: [PATCH] Simplify environment blocks --- ci/buildkite.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index be14fc4d98..540a6fe57b 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -1,6 +1,6 @@ steps: - command: "ci/coverage.sh" - label: "coverage" + label: "coverage [public]" # TODO: Run coverage in a docker image rather than assuming kcov/cargo-kcov # is installed on the build agent... #plugins: @@ -8,7 +8,7 @@ steps: # image: "rust" # user: "998:997" # buildkite-agent:buildkite-agent # environment: - # - CODECOV_TOKEN=$CODECOV_TOKEN + # - CODECOV_TOKEN - command: "ci/test-stable.sh" label: "stable [public]" plugins: @@ -37,5 +37,5 @@ steps: image: "rust" user: "998:997" # buildkite-agent:buildkite-agent environment: - - BUILDKITE_TAG=$BUILDKITE_TAG - - CRATES_IO_TOKEN=$CRATES_IO_TOKEN + - BUILDKITE_TAG + - CRATES_IO_TOKEN