Skip to content

Commit

Permalink
CLDR-17288 ansible: make warning more clear
Browse files Browse the repository at this point in the history
- Ref: CLDR-17297 for future enablement
  • Loading branch information
srl295 committed Jan 5, 2024
1 parent 74f717d commit 72dda8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72dda8d

Please sign in to comment.