Change build-docker-image-for-release condition

pull/151/head
johnniang 2019-05-09 21:20:29 +08:00
parent cfaa73aec2
commit 06b181a288
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ stages:
- test
- build
- name: build-docker-image-for-release
if: branch = master
if: tag IS present
- name: build-docker-image-for-dev
if: branch = dev
branches: