Hello-world/.woodpecker.yml
Anthony Wang 8d4df50dd7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Testing secrets again
2022-01-19 20:36:44 -06:00

18 lines
338 B
YAML

clone:
git:
image: none
commands:
- git clone https://git.exozy.me/Ta180m/Hello-world.git
pipeline:
build:
image: none
commands:
- cd Hello-world
- git status
run:
image: none
commands:
- neofetch
- if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi
secrets: [ password ]