diff options
Diffstat (limited to 'deployment/README.md')
| -rw-r--r-- | deployment/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/README.md b/deployment/README.md index 05b4ed51e..a00cd3e6c 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -55,6 +55,8 @@ 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`, 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 * Upon completion of the defined actions, at least one output file must be created in the `<platform>/pkg-dist` directory. |
