[前][次][番号順一覧][スレッド一覧]

ruby-changes:68147

From: Nobuyoshi <ko1@a...>
Date: Tue, 28 Sep 2021 00:53:19 +0900 (JST)
Subject: [ruby-changes:68147] a28fff5f73 (master): Revert "Unexport `CIRRUS_COMMIT_MESSAGE`"

https://git.ruby-lang.org/ruby.git/commit/?id=a28fff5f73

From a28fff5f73b10d7b6ec463c8c6a563b43eb52321 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 28 Sep 2021 00:40:31 +0900
Subject: Revert "Unexport `CIRRUS_COMMIT_MESSAGE`"

This reverts commit 09863a4cd8eb40b34b310083d8cdda899ab5bcc1.
---
 .cirrus.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index ee08af0..36a1b67 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -58,7 +58,5 @@ task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L58
   make_install_script: make install
   install_gems_for_test_script: $RUBY_PREFIX/bin/gem install --no-doc timezone tzinfo
   make_test-tool_script: make test-tool
-  make_test-all_script:
-    - export -n CIRRUS_COMMIT_MESSAGE
-    - make test-all
+  make_test-all_script: make test-all
   make_test-spec_script: make test-spec
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]