fix: Directory test in CI

This commit is contained in:
daudix-UFO
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: