gitlab-ci: add pages

master
nixo 2019-10-29 12:18:01 +01:00
parent 44fa0b49cb
commit a71756d1e7
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

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