Skip to content

Commit

Permalink
Unexport CIRRUS_COMMIT_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Sep 27, 2021
1 parent 3a57e4c commit 2609def
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ 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: make test-all
make_test-all_script:
- export -n CIRRUS_COMMIT_MESSAGE
- make test-all
make_test-spec_script: make test-spec

0 comments on commit 2609def

Please sign in to comment.