22 lines
222 B
YAML
22 lines
222 B
YAML
---
|
|
kind: pipeline
|
|
type: exec
|
|
name: Build and Deploy
|
|
|
|
steps:
|
|
- name: greeting
|
|
commands:
|
|
- echo hello world
|
|
- name: greeting
|
|
commands:
|
|
- echo hello world
|
|
|
|
trigger:
|
|
branch:
|
|
- main
|
|
|
|
#node:
|
|
#lights: builder
|
|
...
|
|
|