Delete .gitlab-ci.yml

This commit is contained in:
i.j 2021-05-17 18:17:01 +00:00
parent 8d19e4cfcd
commit 396e6433f9

View File

@ -1,11 +0,0 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master