aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 0 insertions, 8 deletions
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