diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-09 09:13:30 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-09 09:12:24 -0500 |
commit | fab133329281cdaa3804585a2cdadd0478fefa4f (patch) | |
tree | 6b6d2c9c7fdb8306012e3d25e1feb81f28630d05 /ci/README.md | |
parent | fa00393bce0c6128c6188afc7a1d50cc01b0277f (diff) |
ci: Remove git from required packages on host
Diffstat (limited to 'ci/README.md')
-rw-r--r-- | ci/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/README.md b/ci/README.md index fb1cd7460b..c1c7a0c851 100644 --- a/ci/README.md +++ b/ci/README.md @@ -12,7 +12,7 @@ To allow for a wide range of tested environments, but also ensure reproducibilit requires `docker` to be installed. To install all requirements on Ubuntu, run ``` -sudo apt install docker.io bash git +sudo apt install docker.io bash ``` To run the default test stage, |