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