Update gitlab-ci
deploy only: - master - beta - tags - stable
This commit is contained in:
parent
8b971966b3
commit
9caafa01d9
@ -235,5 +235,10 @@ test-linux:
|
||||
- linux-stable
|
||||
deploy-binaries:
|
||||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
- beta
|
||||
- tags
|
||||
- stable
|
||||
script:
|
||||
- ./deploy.sh
|
||||
|
Loading…
Reference in New Issue
Block a user