Test new Woodpecker local backend features

This commit is contained in:
Anthony Wang 2022-01-20 19:21:48 -06:00
parent 8d4df50dd7
commit 1ddabccbc9

View file

@ -1,18 +1,32 @@
clone:
git:
image: none
image: bash
commands:
- git clone https://git.exozy.me/Ta180m/Hello-world.git
pipeline:
build:
image: none
image: bash
commands:
- cd Hello-world
- git status
run:
image: none
image: bash
commands:
- pwd
- w
- neofetch
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]
secrets: [ password ]
run:
image: sh
commands:
- pwd
- w
- neofetch
run:
image: python
commands:
- a = 2
- print(a)
- import this