only deploy on linux using gcc

This commit is contained in:
Patrick Brosi 2020-12-03 01:38:08 +01:00
parent 8fe7a30e31
commit dd64e075c8

View file

@ -27,6 +27,8 @@ script:
deploy:
on:
branch: master
condition: "$CC = gcc"
os: linux
provider: script
script: bash push-docker-image.sh
notifications: