Compare commits

..

2 Commits

Author SHA1 Message Date
Simon Glass
b42338d541 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>
2025-12-25 15:38:52 -07:00
Simon Glass
54292f831b Merge branch 'checkpatch' into 'master'
checkpatch: Sync with Linux v6.18

See merge request u-boot/u-boot!344
2025-12-25 21:35:23 +00:00

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: