File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v0.4.1
4-
5- ### v0.4.1 Removed
6-
7- - Removed ` checkout ` , same reason as ` command ` .
8-
93## v0.4.0
104
11- ### v0.4.0 Fixed
12-
13- - Allow multiple steps to use metahooks for the same hook but with different content.
14- - Inject ` bash ` shebang and Bash Strict Mode (` set -euo pipefail ` ) so that if metahooks fail with errors the job halts rather than continuing.
15-
16- Bash Strict Mode is provided by
17- - ` set -o errexit ` - halt on error
18- - ` set -o nounset ` - halt if variable is unset
19- - ` set -o pipefail ` - halt if a command inside a pipe fails
20-
21- You can override those choices by setting different values (e.g. ` set +o nounset ` ) within your metahook.
22-
23- ### v0.4.0 Removed
24-
255- ** Breaking change** Removed support for ` command ` metahook.
266
277 Buildkite special-cases this which triggers edge-cases that a ` command ` metahook would need to work around.
You can’t perform that action at this time.
0 commit comments