Skip to content

Commit

Permalink
Delete repository inside the docker shell itself
Browse files Browse the repository at this point in the history
- Jenkins is observing a permission denied while deleting the directory.
  • Loading branch information
iathmika committed May 11, 2022
1 parent c92e11a commit 7fcf24a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/docker-execute
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ for c in $(ssh -p 29418 -o "StrictHostKeyChecking no" jenkins@gerrit.helpshift.c
do ssh -p 29418 -o "StrictHostKeyChecking no" jenkins@gerrit.helpshift.com gerrit review $c --abandon; \
done;
bin/dry-run.rb --provider gerrit $PACKAGE_NAME $REPO_NAME'
bin/dry-run.rb --provider gerrit $PACKAGE_NAME $REPO_NAME;
rm -rf /home/dependabot/dependabot-core/tmp/$REPO_NAME'

#echo "Running dependabot for $1"
rm -f $(pwd)/id_rsa
Expand Down

0 comments on commit 7fcf24a

Please sign in to comment.