Skip to content

Commit b8a3b24

Browse files
committed
ci(solano.yml): use ssh-agent for git
1 parent 80826b8 commit b8a3b24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solano.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ hooks:
4646
echo "Will only deploy on 'node_8' profile"
4747
exit
4848
fi
49+
eval `ssh-agent`
50+
ssh-add ~/.ssh/ci_repo_key
4951
git config remote.origin.tagOpt --tags
5052
if [ -f .git/shallow ]; then
5153
git fetch --unshallow origin

0 commit comments

Comments
 (0)