hirnkotze/.gitlab-ci.yml
Klaus-Uwe Mitterer b96306b9dc Add .gitlab-ci.yml
2017-02-16 20:41:42 +01:00

12 lines
139 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master