Avoid docker buildkite plugin, which is not supported by bkrun

This commit is contained in:
Grimes
2018-05-28 14:07:30 -07:00
committed by Grimes
parent 5af922722f
commit 26153d9919
5 changed files with 56 additions and 50 deletions

View File

@@ -12,8 +12,8 @@ if [[ -z "$CRATES_IO_TOKEN" ]]; then
exit 1
fi
cargo package
# TODO: Ensure the published version matches the contents of BUILDKITE_TAG
cargo publish --token "$CRATES_IO_TOKEN"
ci/docker-run.sh rust \
bash -exc "cargo package; cargo publish --token $CRATES_IO_TOKEN"
exit 0