Skip to content

Commit 7da59e7

Browse files
authored
Merge pull request #721 from Altinity/MyroTk-patch-2
Update src tar path
2 parents cf840a4 + 5dc351d commit 7da59e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release_branches.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ jobs:
505505
run: |
506506
pip install clickhouse-driver==0.2.8 numpy==1.26.4 pandas==2.2.0
507507
508+
set +e
508509
REPORT_LINK=$(python3 .github/create_combined_ci_report.py --pr-number $PR_NUMBER --commit-sha $COMMIT_SHA --actions-run-url $ACTIONS_RUN_URL --known-fails tests/broken_tests.json)
509510
510511
IS_VALID_URL=$(echo $REPORT_LINK | grep -E '^https?://')

tests/ci/build_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def main():
250250
build_name,
251251
)
252252
)
253-
src_path = temp_path / "build_source.src.tar.gz"
253+
src_path = Path(TEMP_PATH) / "build_source.src.tar.gz"
254254
s3_path = s3_path_prefix + "/clickhouse-" + version.string + ".src.tar.gz"
255255
logging.info("s3_path %s", s3_path)
256256
if src_path.exists():

0 commit comments

Comments
 (0)