Add build job
This commit is contained in:
parent
bb5510a934
commit
5b32e2a91b
@ -8,6 +8,11 @@ test:
|
||||
image: yourlabs/python
|
||||
script: pip install -e . && py.test -v tests
|
||||
|
||||
build:
|
||||
stage: test
|
||||
image: yourlabs/podctl
|
||||
script: podctl build
|
||||
|
||||
pypi:
|
||||
stage: deploy
|
||||
image: yourlabs/python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user