From 830682ca08060df66c688478a013e43499c24fff Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Mon, 14 Feb 2022 12:13:46 -0500 Subject: Fix CI --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index ea000ae..9de6cf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,4 @@ steps: - name: build image: rust:latest commands: - - apt update - - apt install postgresql -y - - pg_ctlcluster 13 main start - - cargo install sqlx-cli - - cargo sqlx migrate run - cargo check - - cargo fmt -- --check - environment: - DATABASE_URL: postgres://postgres@localhost/campmaster -- cgit v1.2.3