summaryrefslogtreecommitdiffstats
path: root/src/ci/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/ci/docker/README.md')
-rw-r--r--src/ci/docker/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/README.md b/src/ci/docker/README.md
index 852f2e209..b83b19878 100644
--- a/src/ci/docker/README.md
+++ b/src/ci/docker/README.md
@@ -14,7 +14,8 @@ for example:
./src/ci/docker/run.sh x86_64-gnu
```
-Images will output artifacts in an `obj` dir at the root of a repository.
+Images will output artifacts in an `obj` dir at the root of a repository. Note
+that the script will overwrite the contents of this directory.
To match conditions in rusts CI, also set the environment variable `DEPLOY=1`, e.g.:
```