2018-01-15 23:23:11 +00:00
|
|
|
# This file is a template, and might need editing before it works on your project.
|
|
|
|
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
|
|
|
|
|
|
|
|
# you can delete this line if you're not using Docker
|
|
|
|
image: alpine:latest
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- apk add --update zip
|
|
|
|
|
2018-01-15 23:25:15 +00:00
|
|
|
deploy:
|
2018-01-15 23:23:11 +00:00
|
|
|
stage: deploy
|
2018-01-16 13:19:11 +00:00
|
|
|
script:
|
2018-01-16 22:11:11 +00:00
|
|
|
- true
|
2018-01-15 23:28:18 +00:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2018-01-16 22:11:11 +00:00
|
|
|
- src/
|