Skip to content

Commit

Permalink
fix git apply patches
Browse files Browse the repository at this point in the history
  • Loading branch information
pexcn committed Mar 3, 2024
1 parent 3a0edd1 commit 861c585
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# shellcheck disable=SC2086,SC3043,SC2164,SC2103,SC2046,SC2155

get_sources() {
# the checkout actions will set $HOME to other directory,
# we need to reset some necessary git configs again.
git config --global user.name "OpenWrt Builder"
git config --global user.email "[email protected]"

git clone $BUILD_REPO --single-branch -b $GITHUB_REF_NAME openwrt

cd openwrt
Expand Down

0 comments on commit 861c585

Please sign in to comment.