From 04220982d4808c402b1a5cdda2b83e81f099a1ad Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 25 Jan 2019 20:25:42 +0100 Subject: Remove triggers from build scripts I changed the build setup so that the trigger is determined by the branch being pushed to. Therefore the triggers in the build scripts are no longer needed and removed in this patch. --- .builds/archlinux-use-system-lib.yaml | 4 ---- .builds/archlinux.yml | 4 ---- .builds/lint.yml | 4 ---- 3 files changed, 12 deletions(-) (limited to '.builds') diff --git a/.builds/archlinux-use-system-lib.yaml b/.builds/archlinux-use-system-lib.yaml index 785ff81..ea194a6 100644 --- a/.builds/archlinux-use-system-lib.yaml +++ b/.builds/archlinux-use-system-lib.yaml @@ -15,7 +15,3 @@ tasks: - test: | cd nitrokey-rs cargo test -triggers: - - action: email - condition: failure - to: nitrokey-rs-dev diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 6cc8684..e9f525c 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -14,7 +14,3 @@ tasks: - test: | cd nitrokey-rs cargo test -triggers: - - action: email - condition: failure - to: nitrokey-rs-dev diff --git a/.builds/lint.yml b/.builds/lint.yml index 698a529..a3aa5ed 100644 --- a/.builds/lint.yml +++ b/.builds/lint.yml @@ -16,7 +16,3 @@ tasks: - reuse: | cd nitrokey-rs ~/.local/bin/reuse lint -triggers: - - action: email - condition: failure - to: nitrokey-rs-dev -- cgit v1.2.1