diff options
author | Cara Salter <cara@devcara.com> | 2022-02-14 12:13:46 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-02-14 12:13:46 -0500 |
commit | 830682ca08060df66c688478a013e43499c24fff (patch) | |
tree | 2f59526d0ced29f6de5f991d356375e7f2d4f71f /.drone.yml | |
parent | e9543136f018d52b3dc4abb93412d07bfc4dc8c7 (diff) | |
download | glitch-ng-830682ca08060df66c688478a013e43499c24fff.tar.gz glitch-ng-830682ca08060df66c688478a013e43499c24fff.zip |
Fix CI
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |