Use .git in bare repository names in delete and archive test

The delete and archive test needs to preserve the bare repository
naming convention by adding the .git extension to the archived
repository path name.

Change-Id: Ic1e4c78cd89d85d09d35d2220ecb8879661f850b
1 file changed
tree: 23673f4955776aa908389250293bf576507ebbb2
  1. gr-delete-repo/
  2. src/
  3. .bazelignore
  4. .eslintignore
  5. .eslintrc.json
  6. .gitignore
  7. BUILD
  8. LICENSE
  9. package.json
  10. README.md
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status