mirror of
https://github.com/Clortox/HumanCallStack.git
synced 2025-07-11 20:22:09 +00:00
14 lines
224 B
YAML
14 lines
224 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: build-and-release
|
|
|
|
steps:
|
|
- name: build
|
|
image: alpine
|
|
commands:
|
|
- echo "Build your code!"
|
|
- name: release
|
|
image: alpine
|
|
commands:
|
|
- echo "Release your code!"
|