From ee23632e90f77fb10d52683a9dca84c98772e211 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 19 Dec 2022 12:50:06 +0530 Subject: [PATCH] fix: bulid with DATABASE_URL unset and apply migrations --- .woodpecker.yml | 1 - Makefile | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d9867f9..f81623a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 diff --git a/Makefile b/Makefile index 7eac5ed..9c813ba 100644 --- a/Makefile +++ b/Makefile @@ -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)