Add .gitlab-ci.yml

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-16 20:41:42 +01:00
parent aeaeb4724b
commit b96306b9dc

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master