ci: auto pull on every build

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
main
Robert Nelson 2 weeks ago
parent 3157550011
commit 877c87cbff

@ -17,6 +17,7 @@ build-v6.6-debian-13-riscv64:
- docker-amd64
stage: build
script:
- ./scripts/pull.sh
- ./01_git_sync.sh
- ./02_build_hss.sh
- ./03_build_u-boot.sh
@ -56,6 +57,7 @@ build-v6.6-ubuntu-2404-riscv64:
- docker-amd64
stage: build
script:
- ./scripts/pull.sh
- ./01_git_sync.sh
- ./02_build_hss.sh
- ./03_build_u-boot.sh

Loading…
Cancel
Save