/ ‘.gitlab-ci.yml’
This commit is contained in:
parent
f73eb4c7e8
commit
e63c666f5b
1 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
image: python:3.7-alpine
|
image: python:3.7-alpine
|
||||||
|
|
||||||
script:
|
job:
|
||||||
- apk update && apk add make
|
script:
|
||||||
- pip install -r requirements.txt
|
- apk update && apk add make
|
||||||
- make publish
|
- pip install -r requirements.txt
|
||||||
|
- make publish
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue