Avoid duplicates CI builds
This commit is contained in:
parent
2862532dff
commit
0020784c89
|
@ -8,7 +8,8 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /\d+\.\d+\.\d+$/
|
- /\d+\.\d+\.\d+$/
|
||||||
if: type != push OR tag IS present
|
|
||||||
|
if: type != push OR tag IS present
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build_docker_images
|
- build_docker_images
|
||||||
|
|
|
@ -12,8 +12,12 @@ environment:
|
||||||
KIWIX_DESKTOP_VERSION: '2.0-rc4'
|
KIWIX_DESKTOP_VERSION: '2.0-rc4'
|
||||||
KIWIX_DESKTOP_RELEASE: 1
|
KIWIX_DESKTOP_RELEASE: 1
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- cmd: |
|
- cmd: |
|
||||||
echo %TEST_VAR%
|
echo %TEST_VAR%
|
||||||
REM Set VC 2017
|
REM Set VC 2017
|
||||||
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
|
Loading…
Reference in New Issue