diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-01-23 13:47:51 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-01-23 13:47:51 +0100 |
commit | 7485a272ffbcc045e6002b4bf4ea289ce0a0f3b4 (patch) | |
tree | ef3285a6edbcd99210f8d206e6f758f949ccbb2c /GNUmakefile | |
parent | c416ed485fd318cafb8313679fa33cb65eb88e8e (diff) | |
download | wallabag-7485a272ffbcc045e6002b4bf4ea289ce0a0f3b4.tar.gz wallabag-7485a272ffbcc045e6002b4bf4ea289ce0a0f3b4.tar.zst wallabag-7485a272ffbcc045e6002b4bf4ea289ce0a0f3b4.zip |
Revert PG on Travis about drop/create the database
Diffstat (limited to 'GNUmakefile')
-rwxr-xr-x | GNUmakefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile index d8c16202..a04468cb 100755 --- a/GNUmakefile +++ b/GNUmakefile | |||
@@ -25,12 +25,6 @@ run: ## Run the wallabag built-in server | |||
25 | build: ## Run webpack | 25 | build: ## Run webpack |
26 | @npm run build:$(ENV) | 26 | @npm run build:$(ENV) |
27 | 27 | ||
28 | prepare-travis-pg: ## Custom prepare for Travis & Postgres (do not drop/create the database) | ||
29 | ifdef DB | ||
30 | cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml | ||
31 | endif | ||
32 | php bin/console doctrine:migrations:migrate --no-interaction --env=test | ||
33 | |||
34 | prepare: clean ## Prepare database for testsuite | 28 | prepare: clean ## Prepare database for testsuite |
35 | ifdef DB | 29 | ifdef DB |
36 | cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml | 30 | cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml |