Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-01-05 16:18:42 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-01-05 19:00:38 +0300
commitc68907b2527dc4d77615d34e9d60fdf2dbb514c7 (patch)
tree5374e7f180ed6b88fd3bc46b91a49b97b1a3ad09 /Makefile
parentec44de76878bfe42c23aafc7c6c63acb836ee357 (diff)
Runs Ci on ubuntu-latest
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c643dcc598..c82392a2b0 100644
--- a/Makefile
+++ b/Makefile
@@ -41,10 +41,7 @@ dev-setup:
rm -f db.sqlite3
$(yarn) install
$(yarn) run build
- poetry install
-ifeq ($(db), postgres)
- $(pip) install -r $(CURDIR)/requirements/production.txt
-endif
+ $(poetry) install
cp $(CURDIR)/scripts/development/settings/base.py $(CURDIR)/nextcloudappstore/settings/development.py
cat $(CURDIR)/scripts/development/settings/$(db).py >> $(CURDIR)/nextcloudappstore/settings/development.py
$(MAKE) initdb