aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2021-04-05 23:50:33 +0200
committerAlex <alex@adnab.me>2021-04-05 23:50:33 +0200
commit8225fa2e4b85349709f840df45b3ecc3bcfb8284 (patch)
treeb300d7e3df823a878686d71cf7e728aeca7e56cc /.drone.yml
parent7d772737a58b3c8dce147e4704152e2e6471bd90 (diff)
parentab67bd88decc4f27876aaf7a1448070875c90258 (diff)
downloadgarage-8225fa2e4b85349709f840df45b3ecc3bcfb8284.tar.gz
garage-8225fa2e4b85349709f840df45b3ecc3bcfb8284.zip
Merge pull request 'Improved bootstraping procedure' (#56) from better_bootstrap into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/56
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index ee16f5d3..3a4660b2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -36,7 +36,9 @@ steps:
commands:
- apt-get update
- apt-get install --yes libsodium-dev
+ - rustup component add rustfmt
- pwd
+ - cargo fmt -- --check
- cargo build
- name: cargo-test
@@ -107,6 +109,8 @@ steps:
endpoint: https://garage.deuxfleurs.fr
region: garage
when:
+ event:
+ - push
branch:
- main
repo:
@@ -114,6 +118,6 @@ steps:
---
kind: signature
-hmac: 2ecc0db1a006186c6e3b9bcb458ba40b3e8bf88493bfae40fde2fe4136d0db69
+hmac: bfe75f47e5eecdd1f6dd8fd3cf1ea359b0215243d06ac767c51a4b4e363e963e
...