Skip to content

Commit

Permalink
Handle commits being pushed while a build is processing
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Dec 21, 2020
1 parent 318732f commit 4256e37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
pip3 install meson
brew install ninja
bundle install
git config --global user.name iSH
git config --global user.email 74480058+ish-actions@users.noreply.github.com
git config user.name github-actions
git config user.email github-actions@github.cog
cd deps/aports
./download-repos.py
Expand Down
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ lane :upload_build do
changelog: testflight_changelog,
)

# uploading a build takes about 5 hours, so merge master back in if there have been any commits during that
git_pull(rebase: false)
push_to_git_remote
set_github_release(
repository_name: "ish-app/ish",
Expand Down

0 comments on commit 4256e37

Please sign in to comment.