From 350fee5af021915eede16eee1e8efc59ed1f36fe Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 13 Jun 2025 10:01:53 -0500 Subject: [PATCH] ci: this was a terrible idea Signed-off-by: Robert Nelson --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13246cb..ef0077b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,6 @@ 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 @@ -57,7 +56,6 @@ 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