Rewrite pr recipe to merge when CI passes

type: development
This commit is contained in:
Casey Rodarmor 2020-04-04 02:45:15 -07:00
parent b16da8da5a
commit 4c90bc41c3
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -93,7 +93,13 @@ check: test clippy lint check-minimal-versions
git diff --no-ext-diff --quiet --exit-code git diff --no-ext-diff --quiet --exit-code
pr: push pr: push
#!/usr/bin/env bash
set -euxo pipefail
hub pull-request -o hub pull-request -o
while ! hub ci-status --verbose; do
sleep 10
done
just done
publish-check: check check-man publish-check: check check-man
cargo outdated --exit-code 1 cargo outdated --exit-code 1