mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
9 lines
160 B
Bash
9 lines
160 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /workspace
|
||
|
|
||
|
../compare.sh $LEFT_PR $LEFT_SHA $RIGHT_PR $RIGHT_SHA > compare.log 2>&1
|
||
|
|
||
|
7z a /output/output.7z *.log *.tsv
|
||
|
cp compare.log /output
|