mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-01 15:49:08 +00:00
remove temp test
This commit is contained in:
14
Makefile
14
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 .
|
||||
Reference in New Issue
Block a user