diff options
| author | MarcoFalke <[email protected]> | 2019-08-15 09:01:04 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-08-15 11:13:10 -0400 |
| commit | faeacf32691ada64c2321f30ff7537b6eaed0409 (patch) | |
| tree | 763fa1fdbe41ba94d0eddd16814fbe01669a69dd | |
| parent | ci: Use ./ci/ on non-travis host (diff) | |
| download | discoin-faeacf32691ada64c2321f30ff7537b6eaed0409.tar.xz discoin-faeacf32691ada64c2321f30ff7537b6eaed0409.zip | |
ci: Add note that this assumes a fresh git clone
| -rw-r--r-- | ci/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/README.md b/ci/README.md index a50c7868a..754cbc7c9 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. |