Add github to known hosts in docs release

This commit is contained in:
alesapin 2021-11-01 10:33:52 +03:00
parent 0da1c343a0
commit 54e404de32

View File

@ -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