mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Added .gitlab-ci.yml file
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
62cdb43fc4
commit
e71546595d
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
image: python:3.7-alpine
|
||||
|
||||
pages:
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
only:
|
||||
- develop
|
Loading…
Reference in a new issue