ob-julia/.gitlab-ci.yml

12 lines
135 B
YAML
Raw Normal View History

2019-10-29 12:18:01 +01:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- ./
only:
- master