Update '.woodpecker.yml'

This commit is contained in:
Anthony Wang 2022-01-20 19:35:07 -06:00
parent 6c29a09943
commit b67b97166d

View file

@ -5,12 +5,12 @@ clone:
- git clone https://git.exozy.me/Ta180m/Hello-world.git
pipeline:
build:
test0:
image: bash
commands:
- cd Hello-world
- git status
run:
test1:
image: bash
commands:
- pwd
@ -18,13 +18,13 @@ pipeline:
- neofetch
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]
run:
test2:
image: sh
commands:
- pwd
- w
- neofetch
run:
test3:
image: python
commands:
- a = 2 + 2