Hello-world/.woodpecker.yml
Anthony Wang 185c564898
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update '.woodpecker.yml'
2022-01-20 19:48:41 -06:00

28 lines
476 B
YAML

clone:
git:
image: bash
commands:
- git clone https://git.exozy.me/Ta180m/Hello-world.git
pipeline:
test0:
image: bash
commands:
- cd Hello-world
- git status
test1:
image: bash
commands:
- pwd
- w
- neofetch
- echo $HOME
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]
test2:
image: sh
commands:
- pwd
- w
- neofetch
- echo $HOME