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