GitLab ci
This commit is contained in:
parent
be8460b372
commit
482f9203f7
@ -1,13 +1,3 @@
|
||||
qa:
|
||||
stage: test
|
||||
image: yourlabs/python
|
||||
script: flake8 podctl
|
||||
|
||||
test:
|
||||
stage: test
|
||||
image: yourlabs/python
|
||||
script: pip install -e . && py.test -v tests
|
||||
|
||||
build:
|
||||
stage: test
|
||||
image: yourlabs/podctl
|
||||
@ -17,6 +7,16 @@ build:
|
||||
- .cache
|
||||
key: cache
|
||||
|
||||
qa:
|
||||
stage: test
|
||||
image: yourlabs/python
|
||||
script: flake8 podctl
|
||||
|
||||
test:
|
||||
stage: test
|
||||
image: yourlabs/python
|
||||
script: pip install -e . && cd examples && podctl test -d simple
|
||||
|
||||
pypi:
|
||||
stage: deploy
|
||||
image: yourlabs/python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user