feat: fetch master during build
Build / build (pull_request) Failing after 3s

- fetch master branch during build.sh process
- ensure the clean target is called with the default
This commit is contained in:
2025-01-25 17:04:08 +11:00
parent 29a4d9b0d0
commit 87bc4d22f0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ DIRS := $(shell find $(IMAGES_PATH) -mindepth 3 -maxdepth 3 -type d | sed 's|$(I
.PHONY: list $(DIRS)
.DEFAULT_GOAL := default
default:
default: clean
./ci/build.sh
# Make all images