ci?
This commit is contained in:
parent
073c42b2eb
commit
8cff4cf5aa
@ -13,7 +13,6 @@ VERSION = os.environ["VERSION"]
|
|||||||
AUTH = requests.auth.HTTPBasicAuth(USER, os.environ["PUBLISH_KEY"])
|
AUTH = requests.auth.HTTPBasicAuth(USER, os.environ["PUBLISH_KEY"])
|
||||||
|
|
||||||
ROOT: Path = Path(os.getcwd())
|
ROOT: Path = Path(os.getcwd())
|
||||||
SRC_DIR: Path = ROOT / "output"
|
|
||||||
|
|
||||||
|
|
||||||
def log(msg):
|
def log(msg):
|
||||||
@ -27,11 +26,6 @@ if not ROOT.is_dir():
|
|||||||
log("Root is not a directory, cannot continue")
|
log("Root is not a directory, cannot continue")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
log(f"Source dir is {SRC_DIR}")
|
|
||||||
if not SRC_DIR.exists():
|
|
||||||
log("Source dir doesn't exist, cannot continue")
|
|
||||||
exit(1)
|
|
||||||
|
|
||||||
|
|
||||||
def del_package():
|
def del_package():
|
||||||
log(f"Deleting package {PACKAGE}/{VERSION}")
|
log(f"Deleting package {PACKAGE}/{VERSION}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user