Remove py-tests and pypi to speed up docker validation
This commit is contained in:
parent
67c02a3e6f
commit
9aa77b3739
@ -3,10 +3,10 @@ def main(ctx):
|
||||
pipelines = []
|
||||
|
||||
# Run tests
|
||||
pipelines += run_tests()
|
||||
# pipelines += run_tests()
|
||||
|
||||
# Add pypi push pipeline
|
||||
pipelines += push_to_pypi(ctx)
|
||||
# pipelines += push_to_pypi(ctx)
|
||||
|
||||
# Add docker push pipelines
|
||||
pipelines += push_to_docker(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user