merge-requests/154/head
Eliot Berriot 2017-06-25 16:46:59 +02:00
rodzic b70d04eb0b
commit 0327d72f88
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

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