only build docker images on master branch
This commit is contained in:
parent
e1fafc38a2
commit
cb21fa537c
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ stages:
|
||||||
Build Docker Images:
|
Build Docker Images:
|
||||||
stage: images
|
stage: images
|
||||||
when: manual
|
when: manual
|
||||||
# only:
|
only:
|
||||||
# - master
|
- master
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue