Skip to content

Commit

Permalink
Change .ssh volume path
Browse files Browse the repository at this point in the history
- ssh directory is now present in /home/dependabot/dependabot-core/.ssh
  • Loading branch information
Athmika-HS committed Mar 25, 2022
1 parent 6c404ec commit 2e704be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/docker-execute
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ ls -ald /home/dependabot/dependabot-core;
ls -ald /home/dependabot/.ssh;
whoami;
eval $(ssh-agent -s);
ls -la /home/dependabot/.ssh;
ssh-add $(echo $(cat ~/.ssh/config | grep IdentityFile) | cut -d " " -f 2);
ls -la /home/dependabot/dependabot-core/.ssh;
ssh-add $(echo $(cat /home/dependabpt/dependabot-core/config | grep IdentityFile) | cut -d " " -f 2);
for c in $(ssh -p 29418 gerrit.helpshift.com gerrit query --current-patch-set project:${REPO_NAME} branch:feature/dependabot | grep revision | tr -s " " | cut -d " " -f 3); \
do ssh -p 29418 gerrit.helpshift.com gerrit review $c --abandon; \
Expand Down

0 comments on commit 2e704be

Please sign in to comment.