distributopia/share-connect-support/.gitlab-ci.yml

12 wiersze
139 B
YAML
Czysty Zwykły widok Historia

2020-09-13 22:33:33 +00:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master