Merge pull request #390 from kiwix/stop-multiple-builds

Avoid duplicates CI builds
This commit is contained in:
Kelson 2019-12-09 10:19:05 +01:00 committed by GitHub
commit f93dd11bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,8 @@ branches:
only:
- master
- /\d+\.\d+\.\d+$/
if: type != push OR tag IS present
if: type != push OR tag IS present
stages:
- build_docker_images

View File

@ -12,8 +12,12 @@ environment:
KIWIX_DESKTOP_VERSION: '2.0-rc4'
KIWIX_DESKTOP_RELEASE: 1
branches:
only:
- master
init:
- cmd: |
- cmd: |
echo %TEST_VAR%
REM Set VC 2017
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"