2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00

ci: fix base64 decode of env variable

This commit is contained in:
Revant Nandgaonkar 2021-10-29 22:44:30 +05:30
parent 47b2d34dd1
commit 107f393277

View File

@ -182,7 +182,7 @@ jobs:
if: needs.resolve-matrix.outputs.build-target == 'stable'
run: |
export GIT_SSH_COMMAND="ssh -i ${PWD}/deploy_key"
echo -n $HELM_DEPLOY_KEY | base64 -d > deploy_key
echo -n $HELM_DEPLOY_KEY | base64 -di > deploy_key
chmod 400 deploy_key;
ssh-keyscan github.com >> $HOME/.ssh/known_hosts 2>/dev/null;
pip install --upgrade pip