fix: bulid with DATABASE_URL unset and apply migrations
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2022-12-19 12:50:06 +05:30
parent 98e3a9d810
commit ee23632e90
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88
2 changed files with 0 additions and 5 deletions

View file

@ -11,7 +11,6 @@ pipeline:
# rewrite conducotr configuration
- sed -i 's%url = "http:\/\/localhost:5000"%url = "http:\/\/librepages-conductor:5000"%' config/default.toml
- make dev-env
- make build
- make migrate
- make lint
- make test

View file

@ -7,10 +7,6 @@ default: ## Debug build
$(call cache_bust)
cargo run -- serve
build: ## Debug build
$(call cache_bust)
cargo build
cache-bust: ## Run cache buster on static assets
$(call cache_bust)