diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 20:40:07 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 20:40:07 +0100 |
commit | 6e9823f95b4aec2b82b285697f73cc720bc7906a (patch) | |
tree | 71dc7f2078ea0fdc9fc34eaa643589fa61db6adb | |
parent | ff4d51ad5b1732d508e955c565fbd2e2baad2ff9 (diff) | |
download | nitrokey-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.
-rw-r--r-- | .builds/archlinux-use-system-lib.yaml | 6 | ||||
-rw-r--r-- | .builds/archlinux.yml | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/.builds/archlinux-use-system-lib.yaml b/.builds/archlinux-use-system-lib.yaml index 6fba33a..01705c1 100644 --- a/.builds/archlinux-use-system-lib.yaml +++ b/.builds/archlinux-use-system-lib.yaml @@ -5,7 +5,7 @@ packages: environment: USE_SYSTEM_LIBNITROKEY: "1" sources: - - https://git.sr.ht/~ireas/nitrokey-rs + - https://git.ireas.org/nitrokey-rs tasks: - build: | cd nitrokey-rs @@ -16,7 +16,3 @@ tasks: - format: | cd nitrokey-rs cargo fmt -- --check -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 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> |