ob-julia/.gitlab-ci.yml

12 lines
135 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- ./
only:
- master