Skip to content

Commit d3df4b6

Browse files
committed
sounds better as separate sentences
1 parent ec0f54f commit d3df4b6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/tests/docker.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ A few important notes regarding the `run.sh` script:
3131
- When executed on CI, the script expects that all submodules are checked out.
3232
If some submodule that is accessed by the job is not available, the build will result in an error.
3333
You should thus make sure that you have all required submodules checked out locally.
34-
You can either do that manually through git, or set `build.submodules = true` in your `bootstrap.toml` and run a command such as `x build` to let bootstrap download the most important submodules (this might not be enough for the given CI job that you are trying to execute though).
34+
You can either do that manually through git, or set `build.submodules = true` in your `bootstrap.toml` and run a command such as `x build` to let bootstrap download the most important submodules
35+
Note that this might not be enough for the given CI job that you are trying to execute though.
3536
- `<image-name>` corresponds to a single directory located in one of the `src/ci/docker/host-*` directories.
36-
Note that image name does not necessarily correspond to a job name, as some jobs execute the same image, but with different environment variables or Docker build arguments (this is a part of the complexity that makes it difficult to run CI jobs locally).
37+
Note that image name does not necessarily correspond to a job name, as some jobs execute the same image, but with different environment variables or Docker build arguments
38+
This is a part of the complexity that makes it difficult to run CI jobs locally.
3739
- If you are executing a "dist" job (job beginning with `dist-`), you should set the `DEPLOY=1` environment variable.
3840
- If you are executing an "alternative dist" job (job beginning with `dist-` and ending with `-alt`), you should set the `DEPLOY_ALT=1` environment variable.
3941
- Some of the std tests require IPv6 support.

0 commit comments

Comments
 (0)