mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-05 09:17:44 +02:00
15 lines
268 B
YAML
15 lines
268 B
YAML
kind: module
|
|
name: chain-b
|
|
description: Chain test - middle
|
|
extends: chain-a
|
|
|
|
override:
|
|
params:
|
|
param-a: "overridden-by-b" # shorthand syntax
|
|
steps:
|
|
mode: append
|
|
steps:
|
|
- name: step-from-b
|
|
type: bash
|
|
command: echo "from chain-b"
|