mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 23:42:40 +00:00
remove temp test
This commit is contained in:
parent
5d2f65daa9
commit
dc87df5d38
1 changed files with 0 additions and 14 deletions
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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue