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