zsh test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2022-01-22 18:10:34 -06:00
parent c0185757f5
commit 8284ebe478
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -34,4 +34,10 @@ pipeline:
- echo (cat test)
- python -c "import this"
- set test a
- echo $test
- echo $test
test4:
image: zsh
commands:
- echo Hello world
- echo $SHELL
- pwd