test
continuous-integration/drone/push Build is failing Details

main
InkSoul 2023-08-12 10:32:40 +08:00
parent eed3d1608f
commit 188be3e525
1 changed files with 3 additions and 2 deletions

View File

@ -11,9 +11,10 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- if [ -d ".git" ]; then - if [ -d ".git" ]; then
echo "Cache exists" echo "Cache exists,pulling newer commit"
git pull git pull
else else
echo "Cache not exists,cloning"
git clone https://gitea.inksoul.top/inksoul/InkSoul.git/ git clone https://gitea.inksoul.top/inksoul/InkSoul.git/
fi fi