yude-moe/.gitlab-ci.yml

11 lines
134 B
YAML
Raw Normal View History

2020-09-06 07:26:52 +09:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- ./
only:
- master