]> Untitled Git - lemmy.git/commitdiff
Trying other drone checks.
authorDessalines <tyhou13@gmx.com>
Mon, 21 Dec 2020 03:37:01 +0000 (22:37 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 21 Dec 2020 03:37:01 +0000 (22:37 -0500)
.drone.yml

index ec0d69fee9a944ee6e4debcea4e1f82f81f25eab..f661f82ede183831c673f6b4e128b09ea26677f8 100644 (file)
@@ -13,28 +13,16 @@ steps:
     image: rustdocker/rust:nightly
     commands:
       - /root/.cargo/bin/cargo fmt -- --check
-    # disable this
-    when:
-      ref:
-        - refs/tags/*
 
   - name: cargo check
     image: ekidd/rust-musl-builder:1.47.0
     commands:
       - cargo check --workspace --all-targets
-    # disable this
-    when:
-      ref:
-        - refs/tags/*
 
   - name: cargo clippy
     image: ekidd/rust-musl-builder:1.47.0
     commands:
       - cargo clippy
-    # disable this
-    when:
-      ref:
-        - refs/tags/*
 
   - name: check documentation build
     image: ekidd/rust-musl-builder:1.47.0
@@ -51,10 +39,6 @@ steps:
       - sudo apt-get update
       - sudo apt-get -y install --no-install-recommends espeak postgresql-client
       - cargo test --workspace --no-fail-fast
-    # disable this
-    when:
-      ref:
-        - refs/tags/*
 
   - name: cargo build
     image: ekidd/rust-musl-builder:1.47.0