diff options
Diffstat (limited to 'app/drone-ci/integration/README.md')
-rw-r--r-- | app/drone-ci/integration/README.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app/drone-ci/integration/README.md b/app/drone-ci/integration/README.md index b3c1cc6..6c7f756 100644 --- a/app/drone-ci/integration/README.md +++ b/app/drone-ci/integration/README.md @@ -28,15 +28,7 @@ chmod +x /usr/local/bin/docker-compose ## Prepare the runner -Nix folder must be populated before launching any build. - -```bash -docker run --rm -it -v /var/lib/drone/nix:/mnt nixpkgs/nix:nixos-21.05 cp -r /nix/{store,var} /mnt/ -``` - -This folder will grow over time and might need to be garbage collected. -As a rule of thumb, after running a full release of Garage, this folder will require 10GB. -Consider provisioning it with at least 20GB. +*The folder does not need to be prepared anymore* ## Launch the runner |