diff --git a/bin/docker-execute b/bin/docker-execute index 571ca0533..9400e8aa8 100755 --- a/bin/docker-execute +++ b/bin/docker-execute @@ -253,9 +253,9 @@ echo "UID: $(id -u)" echo "GID: $(id -g)" whoami; eval $(ssh-agent -s); -for c in $(ssh -p 29418 -o "StrictHostKeyChecking no" jenkins@gerrit.helpshift.com gerrit query --current-patch-set project:${REPO_NAME} branch:feature/dependabot | grep revision | tr -s " " | cut -d " " -f 3); \ +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 jenkins@gerrit.helpshift.com gerrit review $c --abandon; \ + do ssh -p 29418 gerrit.helpshift.com gerrit review $c --abandon; \ done; bin/dry-run.rb --provider gerrit $PACKAGE_NAME $REPO_NAME'