mirror of
https://github.com/bspeice/qadapt
synced 2024-12-04 03:38:13 -05:00
Remove qadapt-spin from the publish build
This commit is contained in:
parent
dc04f0f3a5
commit
9605206b26
@ -55,8 +55,6 @@ after_success: |
|
|||||||
if [ -n "$TRAVIS_TAG" ] && [ -n "$CRATESIO" ]; then
|
if [ -n "$TRAVIS_TAG" ] && [ -n "$CRATESIO" ]; then
|
||||||
cd qadapt-macro &&
|
cd qadapt-macro &&
|
||||||
cargo publish --token "$CARGO_TOKEN" &&
|
cargo publish --token "$CARGO_TOKEN" &&
|
||||||
cd ../qadapt-spin &&
|
|
||||||
cargo publish --token "$CARGO_TOKEN" &&
|
|
||||||
cd .. &&
|
cd .. &&
|
||||||
cargo publish --token "$CARGO_TOKEN"
|
cargo publish --token "$CARGO_TOKEN"
|
||||||
elif [ -n "$CODECOV" ] && [ -z "$TRAVIS_TAG" ]; then
|
elif [ -n "$CODECOV" ] && [ -z "$TRAVIS_TAG" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user