ci: Disable automatic github mirroring

This commit is contained in:
Kenny Levinsen 2020-12-22 12:29:48 +01:00
parent c0887255db
commit b25b72ae51
1 changed files with 0 additions and 6 deletions

View File

@ -1,15 +1,9 @@
image: archlinux
secrets:
- 46e8e572-0807-4a50-b2e5-614cb1c66cca
packages:
- rust
sources:
- https://git.sr.ht/~kennylevinsen/greetd
tasks:
- github-mirror: |
cd greetd
ssh-keyscan github.com >> ~/.ssh/known_hosts
git push --quiet --mirror git@github.com:kennylevinsen/greetd.git
- rustfmt-check: |
cd greetd
cargo fmt -- --check