webmentions/.gitlab-ci.yml

12 lines
139 B
YAML
Raw Permalink Normal View History

2018-07-30 10:21:10 +00:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master