Fixes https://cirrus-ci.com/task/6690296436621312.
https://api.cirrus-ci.com/v1/task/6690296436621312/logs/build.log:
./ci/test/01_base_install.sh: line 11: git: command not found
Fixes https://cirrus-ci.com/task/6690296436621312.
https://api.cirrus-ci.com/v1/task/6690296436621312/logs/build.log:
./ci/test/01_base_install.sh: line 11: git: command not found
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
The warning is harmless. If git isn't installed, we can be sure that base-install-done is not true
The warning is harmless. If
gitisn't installed, we can be sure thatbase-install-doneis nottrue
You mean, checking for git binary, command -v git?
The warning is harmless. If
gitisn't installed, we can be sure thatbase-install-doneis nottrue
Reworked.