Add .gitlab-ci.yml
This commit is contained in:
parent
685d3eba55
commit
4a99d0b44d
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
deploy1:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- zip src/*
|
Loading…
Reference in a new issue