OctoSpaccHub/.gitlab-ci.yml

12 lines
139 B
YAML
Raw Normal View History

2020-10-30 17:35:59 +01:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
2021-09-22 23:06:04 +02:00
- public
2020-10-30 17:35:59 +01:00
only:
- master