GitLab ci
This commit is contained in:
+10
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user