mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +02:00
ci: Don't deploy docs if $TARGET is set (#762)
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ deploy:
|
||||
branch: master
|
||||
repo: tokio-rs/tokio
|
||||
rust: stable
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
condition: $TRAVIS_OS_NAME = "linux" && $TARGET = ""
|
||||
|
||||
env:
|
||||
global:
|
||||
|
||||
Reference in New Issue
Block a user