Skip to content

Commit

Permalink
hack: swallow git add failure
Browse files Browse the repository at this point in the history
not happy with my bind-moounted buildkit override...

Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
  • Loading branch information
vito committed Jul 18, 2023
1 parent 74b9d33 commit d773065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/integration/services_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ mkdir srv
cd repo
git init
git branch -m main
git add *
git add * || true
git commit -m "init"
cd ..
Expand Down

0 comments on commit d773065

Please sign in to comment.