ruby-changes:60060
From: Takashi <ko1@a...>
Date: Thu, 13 Feb 2020 15:23:38 +0900 (JST)
Subject: [ruby-changes:60060] 5dc82455ae (ruby_2_7): Slightly change the job wording [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=5dc82455ae From 5dc82455aef4a42817208e11fbfbcdc1351f0734 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 6 Jan 2020 01:52:19 -0800 Subject: Slightly change the job wording [ci skip] mame-san said it's weird diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 59b70f7..0918ddb 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -42,7 +42,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/cygwin.yml#L42 run: | 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. - - name: Checkout push to ruby + - name: Checkout ruby run: | git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src git -C src reset --hard ${{ github.sha }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ec2e631..5cbcd44 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -20,7 +20,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L20 sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate # 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: | git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src git -C src reset --hard "$GITHUB_SHA" diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 51e258c..61b607c 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -37,7 +37,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L37 git config --system core.autocrlf false git config --system core.eol lf # Not using official actions/checkout@v2 because it's unstable. - - name: Checkout push to ruby + - name: Checkout ruby run: | git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src git -C src reset --hard "$GITHUB_SHA" diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 2b923cf..540dbb7 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -22,7 +22,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L22 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 # 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: | git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src git -C src reset --hard "$GITHUB_SHA" diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 65a140c..66d7065 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -53,7 +53,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L53 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 # 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: | git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src git -C src reset --hard "$GITHUB_SHA" diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 357b3cf..3a4de23 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L38 run: | choco install --no-progress openssl winflexbison3 # 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: | git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src git -C src reset --hard ${{ github.sha }} -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/