mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
* Runtime abstraction to encapsulate subprocess code and enable future runtimes Also fix race condition in TestPrepareCommandExtraArgs by replacing the shared variable modification with a local copy Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Scott Rigby <scott@r6by.com> * Remove commented out code Co-authored-by: Joe Julian <me@joejulian.name> Signed-off-by: Scott Rigby <scott@r6by.com> * Check test failure string Co-authored-by: Jesse Simpson <jesse.simpson36@gmail.com> Signed-off-by: Scott Rigby <scott@r6by.com> --------- Signed-off-by: Scott Rigby <scott@r6by.com> Co-authored-by: George Jenkins <gvjenkins@gmail.com> Co-authored-by: Joe Julian <me@joejulian.name> Co-authored-by: Jesse Simpson <jesse.simpson36@gmail.com>
11 lines
223 B
YAML
11 lines
223 B
YAML
name: "duplicate-entries"
|
|
version: "0.1.0"
|
|
usage: "usage"
|
|
description: |-
|
|
description
|
|
command: "echo hello"
|
|
ignoreFlags: true
|
|
hooks:
|
|
install: "echo installing..."
|
|
hooks:
|
|
install: "echo installing something different"
|