From ed8b6e6e92a6ba03ebe288fead7641c57287bd98 Mon Sep 17 00:00:00 2001 From: Joris Conijn Date: Sun, 20 Feb 2022 19:08:04 +0100 Subject: [PATCH] chore: remove test shell script The shell script was useful in the beginning. Now it lost it's value as we depend on a remote. --- README.md | 6 ------ create_repo.sh | 52 -------------------------------------------------- 2 files changed, 58 deletions(-) delete mode 100755 create_repo.sh diff --git a/README.md b/README.md index 999a6cb..7f4233d 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,3 @@ When you want to overwrite the target branch you need to supply the `--branch > README.md -echo "" >> README.md -echo "This is a test repository with multiple commits. These commits can be used to test the pull-request-codecommit tool." >> README.md -git add README.md -git commit -m "feat: initial README setup - -Because it is a good practice to describe what a repository is doing we add it to the README.md. - -Issue: #1" - -echo "" >> README.md -echo "We want to support multiple commits" >> README.md - -git add README.md -git commit -m "docs: describe multiple commits - -Issue: #1" - -echo "" >> README.md -echo "Even more and different issue number" >> README.md - -git add README.md -git commit -m "chore: other issue number - -Issue: #2" - -echo "" >> README.md -echo "Even more and different style issue number" >> README.md - -git add README.md -git commit -m "refactor: use jira style issue number - -fixes issue JIRA-1234" - -poetry run pull-request-codecommit