blankx.gitlab.io/.gitlab-ci.yml

12 lines
139 B
YAML
Raw Normal View History

2019-01-13 13:49:19 +00:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master