fix(ci): Customise git clone depth 🔧

This commit was merged in pull request #3.
This commit is contained in:
2024-04-02 15:04:01 +13:00
parent 1712dbdbaf
commit 3a93293318

View File

@@ -10,6 +10,11 @@ variables:
from_secret: hub_username_cybercinch
password:
from_secret: docker_password_cybercinch
clone:
git:
settings:
partial: false
depth: 50
steps:
build-release: