Update '.woodpecker.yml'

This commit is contained in:
Anthony Wang 2022-01-20 19:48:41 -06:00
parent b67b97166d
commit 185c564898

View file

@ -16,6 +16,7 @@ pipeline:
- pwd
- w
- neofetch
- echo $HOME
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]
test2:
@ -24,9 +25,4 @@ pipeline:
- pwd
- w
- neofetch
test3:
image: python
commands:
- a = 2 + 2
- print(a)
- import this
- echo $HOME