mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add github to known hosts in docs release
This commit is contained in:
parent
0da1c343a0
commit
54e404de32
@ -6,4 +6,5 @@ mkdir venv
|
|||||||
virtualenv -p $(which python3) venv
|
virtualenv -p $(which python3) venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
python3 -m pip install --ignore-installed -r requirements.txt
|
python3 -m pip install --ignore-installed -r requirements.txt
|
||||||
|
mkdir -p ~/.ssh && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
|
||||||
./release.sh 2>&1 | tee tee $OUTPUT_PATH/output.log
|
./release.sh 2>&1 | tee tee $OUTPUT_PATH/output.log
|
||||||
|
Loading…
Reference in New Issue
Block a user