Fix broken variable propagation on Azure

It looks like the old definition was not working as intended...
https://dev.azure.com/rubylang/ruby/_build/results?buildId=394

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-04-14 15:13:49 +00:00
parent 816c5323fe
commit 17b606d8b3
1 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,6 @@ jobs:
matrix: matrix:
bundled_gems: bundled_gems:
task: test-bundled-gems task: test-bundled-gems
TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest
bundler: bundler:
task: test-bundler task: test-bundler
steps: steps:
@ -28,7 +27,7 @@ jobs:
make make
displayName: 'make' displayName: 'make'
- script: | - script: |
TRAVIS=1 make $(task) make $(task) TRAVIS=1 TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
displayName: "test" displayName: "test"
continueOnError: true # test-bundler is failing on Linux. TODO: fix it and remove this line. continueOnError: true # test-bundler is failing on Linux. TODO: fix it and remove this line.
@ -43,7 +42,6 @@ jobs:
# task: test-spec # task: test-spec
bundled_gems: bundled_gems:
task: test-bundled-gems task: test-bundled-gems
TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest
bundler: bundler:
task: test-bundler task: test-bundler
steps: steps:
@ -57,7 +55,7 @@ jobs:
make make
displayName: 'make' displayName: 'make'
- script: | - script: |
make $(task) make $(task) TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
displayName: "test" displayName: "test"
# - job: vs2015 # - job: vs2015