From 17b606d8b356d732dbc0fb38c9ab05a5a28d3939 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 14 Apr 2019 15:13:49 +0000 Subject: 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 --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a2a56af824..a9ff595e07 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,6 @@ jobs: matrix: bundled_gems: task: test-bundled-gems - TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest bundler: task: test-bundler steps: @@ -28,7 +27,7 @@ jobs: make displayName: 'make' - script: | - TRAVIS=1 make $(task) + make $(task) TRAVIS=1 TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest displayName: "test" continueOnError: true # test-bundler is failing on Linux. TODO: fix it and remove this line. @@ -43,7 +42,6 @@ jobs: # task: test-spec bundled_gems: task: test-bundled-gems - TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest bundler: task: test-bundler steps: @@ -57,7 +55,7 @@ jobs: make displayName: 'make' - script: | - make $(task) + make $(task) TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest displayName: "test" # - job: vs2015 -- cgit v1.2.3