Skip to content

Commit

Permalink
Switch to set-safe-directory setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Nov 29, 2023
1 parent d004ae7 commit 809e99b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'
with:
set-safe-directory: '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down Expand Up @@ -101,7 +102,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'
with:
set-safe-directory: '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down Expand Up @@ -80,7 +81,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'
with:
set-safe-directory: '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down Expand Up @@ -52,7 +53,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'
with:
set-safe-directory: '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests-ethlibs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'
with:
set-safe-directory: '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests-frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'
with:
set-safe-directory: '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'
with:
set-safe-directory: '*'

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down Expand Up @@ -93,7 +94,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down Expand Up @@ -137,7 +137,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory '*'

- name: Download Snapshot
run: aria2c -x16 -s16 https://storage.googleapis.com/team-drop/master-datadir/datadir-${{matrix.blocks.start}}.tar.gz
Expand Down

0 comments on commit 809e99b

Please sign in to comment.