Skip to content

Commit

Permalink
chore: try and get the build passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 17, 2024
1 parent d59616c commit 7a98138
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/create-repo.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/bin/bash
set -e
REPO="test-repo.git"
echo $REPO
mkdir $REPO
cd $REPO
git config --local user.email "[email protected]"
git config --local user.name "Your Name"
git config --local init.defaultbranch main
git init --bare
cd ..
git clone -l $REPO test-repo-clone
cd test-repo-clone
git config --local user.email "[email protected]"
git config --local user.name "Your Name"

# Add
for i in {1..16}
Expand Down

0 comments on commit 7a98138

Please sign in to comment.