We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c78ef + db8e1f0 commit e014725Copy full SHA for e014725
bin/compile
@@ -37,7 +37,8 @@ git remote add origin "$GIT_REPO_URL"
37
# install the ssh key
38
mkdir -p ~/.ssh
39
ssh-keyscan -H github.com >> ~/.ssh/known_hosts 2> /dev/null
40
-cat "$ENV_DIR/GIT_SSH_KEY" > ~/.ssh/id_rsa
+cp "$ENV_DIR/GIT_SSH_KEY" ~/.ssh/id_rsa
41
+echo >> ~/.ssh/id_rsa
42
chmod 600 ~/.ssh/id_rsa
43
44
# ignore/hide ssh warnings
0 commit comments