mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
Merge pull request #734 from TheBlueMatt/2020-10-ci-no-git-conf
Don't let CI fail to check commits b/c git isn't configured in CI
This commit is contained in:
commit
f35a5ce659
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -109,6 +109,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git remote add upstream https://github.com/rust-bitcoin/rust-lightning
|
git remote add upstream https://github.com/rust-bitcoin/rust-lightning
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
|
export GIT_COMMITTER_EMAIL="rl-ci@example.com"
|
||||||
|
export GIT_COMMITTER_NAME="RL CI"
|
||||||
git rebase upstream/main
|
git rebase upstream/main
|
||||||
- name: For each commit, run cargo check (including in fuzz)
|
- name: For each commit, run cargo check (including in fuzz)
|
||||||
run: ci/check-each-commit.sh upstream/main
|
run: ci/check-each-commit.sh upstream/main
|
||||||
|
|
Loading…
Add table
Reference in a new issue