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.
1 parent 80826b8 commit b8a3b24Copy full SHA for b8a3b24
solano.yml
@@ -46,6 +46,8 @@ hooks:
46
echo "Will only deploy on 'node_8' profile"
47
exit
48
fi
49
+ eval `ssh-agent`
50
+ ssh-add ~/.ssh/ci_repo_key
51
git config remote.origin.tagOpt --tags
52
if [ -f .git/shallow ]; then
53
git fetch --unshallow origin
0 commit comments