/ ‘.gitlab-ci.yml’

This commit is contained in:
Dooho Yi 2020-04-11 16:36:42 +09:00
parent f73eb4c7e8
commit e63c666f5b

View file

@ -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