CI: Build stable branches during backport

This commit is contained in:
Ashwin Maroli 2018-12-14 23:58:58 +05:30
parent 9221e3429d
commit e41c42720a
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,7 @@ branches:
only: only:
- master - master
- themes - themes
- /^.*-stable/ - /.*-stable/
- /.*backport.*/
before_script: before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

View File

@ -6,6 +6,7 @@ branches:
only: only:
- master - master
- themes - themes
- /.*-stable/
build: off build: off