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
|
- linux-stable
|
||||||
deploy-binaries:
|
deploy-binaries:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- beta
|
||||||
|
- tags
|
||||||
|
- stable
|
||||||
script:
|
script:
|
||||||
- ./deploy.sh
|
- ./deploy.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user