diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-25 20:25:42 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-25 20:25:42 +0100 |
commit | 04220982d4808c402b1a5cdda2b83e81f099a1ad (patch) | |
tree | 95e50b7d1ed608c20e6cc9d2181360449d3601e2 | |
parent | 6dfc1a2929313e24ea03e78b486b72f7b1c1e5ec (diff) | |
download | nitrokey-rs-04220982d4808c402b1a5cdda2b83e81f099a1ad.tar.gz nitrokey-rs-04220982d4808c402b1a5cdda2b83e81f099a1ad.tar.bz2 |
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.
-rw-r--r-- | .builds/archlinux-use-system-lib.yaml | 4 | ||||
-rw-r--r-- | .builds/archlinux.yml | 4 | ||||
-rw-r--r-- | .builds/lint.yml | 4 |
3 files changed, 0 insertions, 12 deletions
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 <nitrokey-rs-dev@ireas.org> 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 <nitrokey-rs-dev@ireas.org> 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 <nitrokey-rs-dev@ireas.org> |