Avoid duplicates CI builds

This commit is contained in:
Kelson 2019-12-09 08:19:48 +01:00
parent 2862532dff
commit 0020784c89
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -12,6 +12,10 @@ 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%