fix: Directory test in CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-11-04 18:21:12 +03:00
parent c22a91f394
commit b14cbf2337

View file

@ -3,12 +3,12 @@ clone:
image: fish
commands:
- cd ~/.exoci
- if [ -d duckquill ]; then
- if test -d duckquill
- cd duckquill
- git pull
- else
- git clone https://git.exozy.me/daudix/duckquill.git
- fi
- end
pipeline:
build: