aboutsummaryrefslogtreecommitdiff
path: root/deployment/README.md
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-02-16 17:03:15 +0100
committerGitHub <noreply@github.com>2019-02-16 17:03:15 +0100
commitbdfd042d705ec25ef37516ea7495f71eaee53d2e (patch)
tree463809b0be8f2a8995ca7648f2425d19c3bfa8a7 /deployment/README.md
parenta6a4cd5667fbb5a793cb9e551ce9c9a9bfb0d44b (diff)
parent25c2267a89af5c2e82774c638cdad0defcc894b5 (diff)
Merge branch 'master' into fields
Diffstat (limited to 'deployment/README.md')
-rw-r--r--deployment/README.md2
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.