aboutsummaryrefslogtreecommitdiff
path: root/ci/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-15 09:01:04 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-15 11:13:10 -0400
commitfaeacf32691ada64c2321f30ff7537b6eaed0409 (patch)
tree763fa1fdbe41ba94d0eddd16814fbe01669a69dd /ci/README.md
parentfa6cbdc3c9ab42b7e55c666e83b4b8d5545bb745 (diff)
downloadbitcoin-faeacf32691ada64c2321f30ff7537b6eaed0409.tar.xz
ci: Add note that this assumes a fresh git clone
Diffstat (limited to 'ci/README.md')
-rw-r--r--ci/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/README.md b/ci/README.md
index a50c7868a6..754cbc7c95 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -22,3 +22,4 @@ To run the test stage,
```
Be aware that the tests will be build and run in-place, so please run at your own risk.
+If the repository is not a fresh git clone, you might have to clean files from previous builds or test runs first.