ci: Only run deployments on Linux
This commit is contained in:
parent
7fd41f1bfc
commit
f577bdd415
|
@ -34,11 +34,11 @@ deploy:
|
||||||
tags: true
|
tags: true
|
||||||
go: 1.13
|
go: 1.13
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
os: linux
|
condition: $TRAVIS_OS_NAME = linux
|
||||||
- provider: script
|
- provider: script
|
||||||
script: scripts/deploy_kube.sh
|
script: scripts/deploy_kube.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: 1.13
|
go: 1.13
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
os: linux
|
condition: $TRAVIS_OS_NAME = linux
|
||||||
|
|
Loading…
Reference in New Issue