Build new versions with themselves

This commit is contained in:
jpic 2020-01-26 13:10:15 +01:00
parent 9f48652a63
commit 108b8e7927

View File

@ -11,7 +11,7 @@ test:
build: build:
stage: test stage: test
image: yourlabs/podctl image: yourlabs/podctl
script: podctl build script: pip install . && podctl build
pypi: pypi:
stage: deploy stage: deploy