diff --git a/ci/production.yml b/ci/production.yml index 930d15f4..e1c4e07f 100644 --- a/ci/production.yml +++ b/ci/production.yml @@ -24,6 +24,8 @@ variables: DEPLOY_DIR: "/opt/deploy/lti" COMPOSE_FILE: "docker-compose.yaml" + GIT_DEPTH: 0 # 0 fetches all commits (full clone) + # ========================= # BUILD (AUTO) # =========================