Unverified Commit fc0d2d00 authored by William Zhang's avatar William Zhang Committed by GitHub

The shell script shoud be "build/shell.sh"

The shell script shoud be "build/shell.sh"
parent 56a2d2f5
...@@ -29,7 +29,7 @@ The following scripts are found in the `build/` directory. Note that all scripts ...@@ -29,7 +29,7 @@ The following scripts are found in the `build/` directory. Note that all scripts
* `build/run.sh make test-cmd`: Run CLI tests * `build/run.sh make test-cmd`: Run CLI tests
* `build/copy-output.sh`: This will copy the contents of `_output/dockerized/bin` from the Docker container to the local `_output/dockerized/bin`. It will also copy out specific file patterns that are generated as part of the build process. This is run automatically as part of `build/run.sh`. * `build/copy-output.sh`: This will copy the contents of `_output/dockerized/bin` from the Docker container to the local `_output/dockerized/bin`. It will also copy out specific file patterns that are generated as part of the build process. This is run automatically as part of `build/run.sh`.
* `build/make-clean.sh`: Clean out the contents of `_output`, remove any locally built container images and remove the data container. * `build/make-clean.sh`: Clean out the contents of `_output`, remove any locally built container images and remove the data container.
* `/build/shell.sh`: Drop into a `bash` shell in a build container with a snapshot of the current repo code. * `build/shell.sh`: Drop into a `bash` shell in a build container with a snapshot of the current repo code.
## Basic Flow ## Basic Flow
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment