ci: auto pull on every build

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
v6.1.x-Beagle
Robert Nelson 2 weeks ago
parent 634bf823ce
commit cbfcd8e464

@ -17,6 +17,7 @@ build-v6.1-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.1-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