conventionschedule-pwa/.gitlab-ci.yml

12 lines
139 B
YAML
Raw Normal View History

2020-06-29 23:38:36 +00:00
image: alpine:latest
pages:
2020-01-05 22:51:15 +00:00
stage: deploy
script:
2020-06-29 23:38:36 +00:00
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master