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 image: fish
commands: commands:
- cd ~/.exoci - cd ~/.exoci
- if [ -d duckquill ]; then - if test -d duckquill
- cd duckquill - cd duckquill
- git pull - git pull
- else - else
- git clone https://git.exozy.me/daudix/duckquill.git - git clone https://git.exozy.me/daudix/duckquill.git
- fi - end
pipeline: pipeline:
build: build: