jq_offline/.gitlab-ci.yml

12 lines
139 B
YAML
Raw Permalink Normal View History

2019-03-06 09:55:04 +01:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master