Skip to content

Commit 4879c54

Browse files
committed
fix(ci): adding soft serve git user
1 parent 7fca573 commit 4879c54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hack/soft-serve/start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ git clone ssh://localhost:23231/gitops-test.git $BASE/hack/soft-serve/gitops-tes
4444
mkdir -p $BASE/hack/soft-serve/gitops-test/applications/dev/service-test
4545
cp $BASE/hack/soft-serve/fixtures/values.yaml $BASE/hack/soft-serve/gitops-test/applications/dev/service-test/values.yaml
4646
cd $BASE/hack/soft-serve/gitops-test
47+
git config user.name "Soft-Serve"
48+
git config user.email "soft-serve@localhost"
4749
git checkout -b main
4850
git add .
4951
git commit -m "feat: add service-test application"

0 commit comments

Comments
 (0)