From 16dcbc7a99be7039205e83da409e781e77280875 Mon Sep 17 00:00:00 2001 From: Dull Bananas Date: Fri, 17 May 2024 20:31:40 +0000 Subject: [PATCH] fix merge --- .woodpecker.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 17093b205..9590fa9db 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -133,17 +133,6 @@ steps: - diff config/defaults.hjson config/defaults_current.hjson when: *slow_check_paths - check_diesel_schema: - image: willsquire/diesel-cli - environment: - CARGO_HOME: .cargo_home - DATABASE_URL: postgres://lemmy:password@database:5432/lemmy - commands: - - diesel migration run - - diesel print-schema --config-file=diesel.toml > tmp.schema - - diff tmp.schema crates/db_schema/src/schema.rs - when: *slow_check_paths - check_db_perf_tool: image: *rust_image environment: