From dc87df5d3865b6c703aa75d04fd9acaa0a0c2b21 Mon Sep 17 00:00:00 2001 From: Lokowitz Date: Mon, 17 Nov 2025 14:01:11 +0000 Subject: [PATCH] remove temp test --- Makefile | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Makefile b/Makefile index 8805a3b7..6c538a47 100644 --- a/Makefile +++ b/Makefile @@ -91,17 +91,3 @@ test: clean: docker rmi pangolin - -test-local: - cp config/config.example.yml config/config.yml - npm run set:oss - npm run set:sqlite - npm run db:sqlite:generate - npm run db:sqlite:push - - npx tsc --noEmit - - docker build --build-arg DATABASE=pg -t fosrl/pangolin:postgresql-latest . - - docker build --build-arg DATABASE=sqlite -t fosrl/pangolin:latest . - npm run set:saas - - npx tsc --noEmit - - docker build --build-arg DATABASE=pg -t fosrl/pangolin:postgresql-saas-latest . - - docker build --build-arg DATABASE=sqlite -t fosrl/pangolin:saas-latest . \ No newline at end of file