only deploy on linux using gcc
This commit is contained in:
parent
8fe7a30e31
commit
dd64e075c8
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ script:
|
||||||
deploy:
|
deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
condition: "$CC = gcc"
|
||||||
|
os: linux
|
||||||
provider: script
|
provider: script
|
||||||
script: bash push-docker-image.sh
|
script: bash push-docker-image.sh
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in a new issue