Commit 3019ee56 authored by Skylot's avatar Skylot

build: check secret variable to skip deploy on pull requests

parent 03ae3bce
......@@ -31,7 +31,7 @@ jobs:
include:
- stage: deploy-unstable
jdk: openjdk8
if: branch = master AND env(BINTRAY_USER) IS present
if: branch = master AND env(BINTRAY_KEY) IS present
script: bash scripts/travis-master.sh
- stage: deploy-release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment