src_prepare.gitlab.io/.gitlab-ci.yml

15 lines
187 B
YAML
Raw Permalink Normal View History

2020-02-02 00:36:05 +01:00
image: alpine:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
2020-02-02 00:36:05 +01:00
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master