Typo in yaml

This commit is contained in:
Eliot Berriot 2017-06-25 16:46:59 +02:00
parent b70d04eb0b
commit 0327d72f88
1 changed files with 4 additions and 2 deletions

View File

@ -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