Hello-world/.woodpecker.yml

18 lines
338 B
YAML
Raw Normal View History

2022-01-19 17:48:12 +00:00
clone:
2022-01-19 22:44:09 +00:00
git:
2022-01-19 22:45:12 +00:00
image: none
2022-01-19 22:44:09 +00:00
commands:
- git clone https://git.exozy.me/Ta180m/Hello-world.git
2022-01-19 17:48:12 +00:00
2022-01-19 02:45:33 +00:00
pipeline:
build:
2022-01-19 22:44:09 +00:00
image: none
2022-01-19 02:45:33 +00:00
commands:
- cd Hello-world
2022-01-19 22:42:24 +00:00
- git status
run:
2022-01-19 22:45:12 +00:00
image: none
2022-01-19 02:45:33 +00:00
commands:
2022-01-20 02:28:43 +00:00
- neofetch
2022-01-20 02:36:44 +00:00
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
2022-01-20 02:28:43 +00:00
secrets: [ password ]