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:
|
||||
on:
|
||||
branch: master
|
||||
condition: "$CC = gcc"
|
||||
os: linux
|
||||
provider: script
|
||||
script: bash push-docker-image.sh
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue