diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-02-05 21:37:56 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-02-05 21:37:56 -0500 |
| commit | e1d523ee458d19ad412795b71d9dfb1c4fc7b688 (patch) | |
| tree | 9c420c98e6c3a8fb2325df74312eea5331fc117c | |
| parent | ceb8b9f74014060417ed55680038a2601c5e366a (diff) | |
Improve description of keep_artifacts flag
| -rw-r--r-- | deployment/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/README.md b/deployment/README.md index 608d80e58..a00cd3e6c 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -55,7 +55,7 @@ These builds are not necessarily run from the `build` script, but are present fo * The `clean` action should always `exit 0` even if no work is done or it fails. -* The `clean` action can be passed a variable as argument 1, named `keep_artifacts`. It is indended to handle situations when the user runs `build --keep-artifacts` and should be handled intelligently. Usually, this is used to preserve Docker images while still removing temporary directories. +* The `clean` action can be passed a variable as argument 1, named `keep_artifacts`, containing either the value `y` or `n`. It is indended to handle situations when the user runs `build --keep-artifacts` and should be handled intelligently. Usually, this is used to preserve Docker images while still removing temporary directories. ### Output Files |
