Add new file
This commit is contained in:
parent
c03d30f90a
commit
492d63a0fa
|
@ -0,0 +1,11 @@
|
|||
image: alpine:latest
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo 'Nothing to do...'
|
||||
artifacts:
|
||||
paths:
|
||||
- /
|
||||
only:
|
||||
- master
|
Loading…
Reference in New Issue