mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix bug in push_to_artifactory.py, create a necessary dir
This commit is contained in:
parent
aabb3f883b
commit
b18daeab6f
@ -304,6 +304,7 @@ def process_tgz(s3: S3, art_client: Artifactory):
|
||||
def main():
|
||||
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(message)s")
|
||||
args = parse_args()
|
||||
os.makedirs(TEMP_PATH, exist_ok=True)
|
||||
s3 = S3(
|
||||
args.bucket_name,
|
||||
args.pull_request,
|
||||
|
Loading…
Reference in New Issue
Block a user