mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Slightly change the job wording [ci skip]
mame-san said it's weird
This commit is contained in:
parent
e3aca28970
commit
e44e3716d0
6 changed files with 6 additions and 6 deletions
2
.github/workflows/cygwin.yml
vendored
2
.github/workflows/cygwin.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin'
|
echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin'
|
||||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
- name: Checkout push to ruby
|
- name: Checkout ruby
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
||||||
git -C src reset --hard ${{ github.sha }}
|
git -C src reset --hard ${{ github.sha }}
|
||||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
||||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
- name: Checkout push to ruby
|
- name: Checkout ruby
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
||||||
git -C src reset --hard "$GITHUB_SHA"
|
git -C src reset --hard "$GITHUB_SHA"
|
||||||
|
|
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
git config --system core.autocrlf false
|
git config --system core.autocrlf false
|
||||||
git config --system core.eol lf
|
git config --system core.eol lf
|
||||||
# Not using official actions/checkout@v2 because it's unstable.
|
# Not using official actions/checkout@v2 because it's unstable.
|
||||||
- name: Checkout push to ruby
|
- name: Checkout ruby
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
||||||
git -C src reset --hard "$GITHUB_SHA"
|
git -C src reset --hard "$GITHUB_SHA"
|
||||||
|
|
2
.github/workflows/mjit.yml
vendored
2
.github/workflows/mjit.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
sudo apt-get update -q || :
|
sudo apt-get update -q || :
|
||||||
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
|
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
|
||||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
- name: Checkout push to ruby
|
- name: Checkout ruby
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
||||||
git -C src reset --hard "$GITHUB_SHA"
|
git -C src reset --hard "$GITHUB_SHA"
|
||||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
sudo apt-get update -q || :
|
sudo apt-get update -q || :
|
||||||
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
|
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
|
||||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
- name: Checkout push to ruby
|
- name: Checkout ruby
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
||||||
git -C src reset --hard "$GITHUB_SHA"
|
git -C src reset --hard "$GITHUB_SHA"
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
choco install --no-progress openssl winflexbison3
|
choco install --no-progress openssl winflexbison3
|
||||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
- name: Checkout push to ruby
|
- name: Checkout ruby
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src
|
||||||
git -C src reset --hard ${{ github.sha }}
|
git -C src reset --hard ${{ github.sha }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue