16 lines
194 B
YAML
16 lines
194 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: alpine
|
||
|
commands:
|
||
|
- env | sort
|
||
|
|
||
|
---
|
||
|
kind: signature
|
||
|
hmac: d8276c76e633ce7fa889d98bb2c6ac2410c5b96d3757e2f198a0d302f9c4cfe9
|
||
|
|
||
|
...
|