mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
Only upload binaries for a specifc job
This commit is contained in:
parent
5b79cc5da6
commit
bfee2714d6
@ -109,7 +109,7 @@ if not tag() and branch() != "master":
|
|||||||
build_package()
|
build_package()
|
||||||
if os.environ.get("CIBUILD") == "yes":
|
if os.environ.get("CIBUILD") == "yes":
|
||||||
build_docker()
|
build_docker()
|
||||||
aws_upload()
|
aws_upload()
|
||||||
|
|
||||||
if tag() and os.environ.get("CIBUILD") == "yes":
|
if tag() and os.environ.get("CIBUILD") == "yes":
|
||||||
pypi_upload()
|
pypi_upload()
|
||||||
|
Loading…
Reference in New Issue
Block a user