Modify stage condition of build-docker-image

pull/151/head
johnniang 2019-05-09 15:54:11 +08:00 committed by John Niang
parent d6f72ea26a
commit bee464f486
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ stages:
- test
- build
- name: build-docker-image
if: branch = master OR branch = dev
if: branch = master
branches:
only:
- master