Revert "Unexport `CIRRUS_COMMIT_MESSAGE`"

This reverts commit 09863a4cd8.
This commit is contained in:
Nobuyoshi Nakada 2021-09-28 00:40:31 +09:00
parent 09863a4cd8
commit a28fff5f73
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
Notes: git 2021-09-28 00:53:30 +09:00
1 changed files with 1 additions and 3 deletions

View File

@ -58,7 +58,5 @@ task:
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