Update ci config

master
Anton Smirnov 2018-03-09 12:11:45 +02:00
parent 64956aa627
commit 8ce8ce4056
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
image: docker:latest
image: docker:dind
services:
- docker:dind
@ -6,10 +6,9 @@ services:
pages:
stage: deploy
script:
- mkdir public
- echo 'Hello World!' > public/index.html
- docker run --rm -it -v `pwd`:/build composer/satis
artifacts:
paths:
- public
- output
only:
- master