瀏覽代碼

Improve description of keep_artifacts flag

Joshua Boniface 6 年之前
父節點
當前提交
e1d523ee45
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/README.md

+ 1 - 1
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