Skip to content

Commit

Permalink
local git config
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 5, 2024
1 parent 4037834 commit 2616d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/scripts/build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ npm install
cp $EXPO_UNIVERSAL_CREDENTIALS_DIR/* .

git init
git config --global user.email "$BUILDKITE_BUILD_AUTHOR_EMAIL"
git config --global user.name "$BUILDKITE_BUILD_AUTHOR"
git config user.email "$BUILDKITE_BUILD_AUTHOR_EMAIL"
git config user.name "$BUILDKITE_BUILD_AUTHOR"
git add .
git commit -m "Initial commit"

Expand Down

0 comments on commit 2616d16

Please sign in to comment.