Hello-world/.woodpecker.yml

28 lines
476 B
YAML
Raw Normal View History

2022-01-19 17:48:12 +00:00
clone:
2022-01-19 22:44:09 +00:00
git:
image: bash
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:
2022-01-21 01:35:07 +00:00
test0:
image: bash
2022-01-19 02:45:33 +00:00
commands:
- cd Hello-world
2022-01-19 22:42:24 +00:00
- git status
2022-01-21 01:35:07 +00:00
test1:
image: bash
2022-01-19 02:45:33 +00:00
commands:
- pwd
- w
2022-01-20 02:28:43 +00:00
- neofetch
2022-01-21 01:48:41 +00:00
- echo $HOME
2022-01-20 02:36:44 +00:00
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]
2022-01-21 01:35:07 +00:00
test2:
image: sh
commands:
- pwd
- w
- neofetch
2022-01-21 01:48:41 +00:00
- echo $HOME