pivotal-improvements/.gitlab-ci.yml

14 lines
361 B
YAML

# 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
deploy:
stage: deploy
script:
- zip -r pivotal-improvements.zip src/*