aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux.yml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-16 20:40:07 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-12-16 20:40:07 +0100
commit6e9823f95b4aec2b82b285697f73cc720bc7906a (patch)
tree71dc7f2078ea0fdc9fc34eaa643589fa61db6adb /.builds/archlinux.yml
parentff4d51ad5b1732d508e955c565fbd2e2baad2ff9 (diff)
downloadnitrokey-rs-6e9823f95b4aec2b82b285697f73cc720bc7906a.tar.gz
nitrokey-rs-6e9823f95b4aec2b82b285697f73cc720bc7906a.tar.bz2
Fix triggers and source URL in CI scripts
Due to a change in the CI infrastructure, we have to change the source URL for the CI scripts in .builds. Also, we can remove the triggers as they are automatically inferred by the build submit script.
Diffstat (limited to '.builds/archlinux.yml')
-rw-r--r--.builds/archlinux.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 9d45386..543e93c 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -4,7 +4,7 @@ packages:
- hidapi
- gcc
sources:
- - https://git.sr.ht/~ireas/nitrokey-rs
+ - https://git.ireas.org/nitrokey-rs
tasks:
- build: |
cd nitrokey-rs
@@ -15,7 +15,3 @@ tasks:
- format: |
cd nitrokey-rs
cargo fmt -- --check
-triggers:
- - action: email
- condition: failure
- to: nitrokey-rs-dev <nitrokey-rs-dev@ireas.org>