mirror of https://github.com/halo-dev/halo
Enhance travis configuration
parent
f9be43731d
commit
b25c9624ad
|
@ -24,9 +24,9 @@ stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- name: build-docker-image-for-release
|
- name: build-docker-image-for-release
|
||||||
if: tag IS present
|
if: branch = master AND tag IS present
|
||||||
- name: build-docker-image-for-dev
|
- name: build-docker-image-for-dev
|
||||||
if: branch = dev
|
if: branch = dev AND tag IS present
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue