From 3099ee2564bc559ceb49211486a7cbbfdff8b77b Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 5 Jan 2024 16:29:12 -0600 Subject: [PATCH] CLDR-17288 make warning more clear --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 61bd3137477..2495ac7db02 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -35,7 +35,7 @@ jobs: - name: Prepare the provision run: (cd tools/scripts/ansible && ansible-galaxy install -r requirements.yml && ln -sv test-local-vars local-vars && vagrant validate) - name: Try the provision - run: (cd tools/scripts/ansible && vagrant up || (echo 'ERROR this usually fails but we are ignoring the failure. Try it manually.' ; true)) + run: (cd tools/scripts/ansible && vagrant up || ((echo "# WARNING vagrant failed—we are ignoring the failure until https://unicode-org.atlassian.net/browse/CLDR-17297 … Try it manually.' | tee -a $GITHUB_STEP_SUMMARY) ; true)) env: VAGRANT_DISABLE_VBOXSYMLINKCREATE: 1