1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed fetch-depth

Only the last commit is used, unless creating the ChangeLog file.
This commit is contained in:
Nobuyoshi Nakada 2020-06-04 07:58:49 +09:00
parent e2d76478db
commit 1ce40e3b29
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
6 changed files with 0 additions and 6 deletions

View file

@ -151,7 +151,6 @@ jobs:
- run: mkdir build
- uses: actions/checkout@v2
with:
fetch-depth: 128
path: src
- run: autoconf
working-directory: src

View file

@ -15,7 +15,6 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
- uses: actions/checkout@v2
with:
fetch-depth: 128
path: src
- run: ./src/tool/actions-commit-info.sh
id: commit_info

View file

@ -29,7 +29,6 @@ jobs:
git config --system core.eol lf
- uses: actions/checkout@v2
with:
fetch-depth: 128
path: src
- run: ./src/tool/actions-commit-info.sh
shell: bash

View file

@ -20,7 +20,6 @@ jobs:
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
- uses: actions/checkout@v2
with:
fetch-depth: 128
path: src
- run: ./src/tool/actions-commit-info.sh
id: commit_info

View file

@ -33,7 +33,6 @@ jobs:
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
- uses: actions/checkout@v2
with:
fetch-depth: 128
path: src
- run: ./src/tool/actions-commit-info.sh
id: commit_info

View file

@ -33,7 +33,6 @@ jobs:
choco install --no-progress openssl winflexbison3
- uses: actions/checkout@v2
with:
fetch-depth: 128
path: src
- run: ./src/tool/actions-commit-info.sh
shell: bash