gitlab-ci: Use full clone for trigger_snap_builds job

The push to GitHub fails because the shallow clone is missing objects
that the remote references. Disable shallow cloning for this job by
setting GIT_DEPTH to 0

Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-12-25 15:38:40 -07:00
parent 54292f831b
commit b42338d541

View File

@@ -968,6 +968,8 @@ efi-aarch64:
trigger_snap_builds:
stage: release
variables:
GIT_DEPTH: 0 # Need full history for GitHub push
rules:
- if: $CI_COMMIT_BRANCH == "master"
before_script: