Skip to content

Commit

Permalink
Updating command for importing key
Browse files Browse the repository at this point in the history
  • Loading branch information
kashishm committed May 12, 2017
1 parent 682c50e commit 86426c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/publish_nightly_to_bintray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function updateRepo () {
echo "GITHUB_SSH_PRIVATE_KEY is not set"
exit 1
fi
eval $(ssh-agent) && echo "$GITHUB_SSH_PRIVATE_KEY" | ssh-add -
eval $(ssh-agent) && echo -e "$GITHUB_SSH_PRIVATE_KEY" | ssh-add -
git clone git@github.com:getgauge/gauge-nightly-repository.git
cd gauge-nightly-repository
if [[ $PLATFORM_INDEPENDENT_FILE != "" ]]; then
Expand Down

0 comments on commit 86426c2

Please sign in to comment.