Modify stage condition of build-docker-image

pull/148/head
johnniang 2019-05-09 15:54:11 +08:00
parent 08ee272d78
commit ace74a703d
1 changed files with 1 additions and 1 deletions

View File

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