14 lines
220 B
YAML
14 lines
220 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: Github
|
|
image: alpine/git
|
|
environment:
|
|
Github:
|
|
from_secret: Github
|
|
commands:
|
|
- chmod +x commit.sh
|
|
- ./commit.sh $Github
|