Typo in yaml
This commit is contained in:
parent
b70d04eb0b
commit
0327d72f88
|
@ -1,6 +1,6 @@
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
||||||
steps:
|
stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
@ -20,7 +20,9 @@ build_front:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- front/dist
|
- front/dist
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
# When using dind, it's wise to use the overlayfs driver for
|
# When using dind, it's wise to use the overlayfs driver for
|
||||||
|
|
Loading…
Reference in New Issue