diff --git a/hugobuild.drone.yml b/hugobuild.drone.yml index f57bd89..7acb594 100644 --- a/hugobuild.drone.yml +++ b/hugobuild.drone.yml @@ -11,9 +11,10 @@ steps: image: alpine/git commands: - if [ -d ".git" ]; then - echo "Cache exists" + echo "Cache exists,pulling newer commit" git pull - else + else + echo "Cache not exists,cloning" git clone https://gitea.inksoul.top/inksoul/InkSoul.git/ fi