Hello-world/.woodpecker.yml
Anthony Wang b67b97166d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update '.woodpecker.yml'
2022-01-20 19:35:07 -06:00

32 lines
534 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
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]
test2:
image: sh
commands:
- pwd
- w
- neofetch
test3:
image: python
commands:
- a = 2 + 2
- print(a)
- import this