try CI again

This commit is contained in:
Bert van der Weerd 2022-10-09 09:20:56 +02:00
parent 7dddc0924c
commit 4cbcd14984
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -19,11 +19,8 @@ build : $(outfiles) $(setupname).sha256sum $(zipname).sha256sum
$(outfiles) : $(outfiles) :
ifeq ($(use_docker),false) # docker run --rm registry.gitlab.com/librewolf-community/browser/bsys5/win64 sh -c "cd /windows/linux && git pull && make fetch && make all"
false ( cd /windows/linux && git pull && make fetch && make all )
else
docker run --rm registry.gitlab.com/librewolf-community/browser/bsys5/win64 sh -c "cd /windows/linux && git pull && make fetch && make all"
endif