Update gitlab-ci

deploy only:
    - master
    - beta
    - tags
    - stable
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-09-09 16:32:11 +07:00 committed by GitHub
parent 8b971966b3
commit 9caafa01d9
1 changed files with 5 additions and 0 deletions

View File

@ -235,5 +235,10 @@ test-linux:
- linux-stable
deploy-binaries:
stage: deploy
only:
- master
- beta
- tags
- stable
script:
- ./deploy.sh