ci: Disable automatic github mirroring
This commit is contained in:
@@ -1,15 +1,9 @@
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
secrets:
|
|
||||||
- 46e8e572-0807-4a50-b2e5-614cb1c66cca
|
|
||||||
packages:
|
packages:
|
||||||
- rust
|
- rust
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~kennylevinsen/greetd
|
- https://git.sr.ht/~kennylevinsen/greetd
|
||||||
tasks:
|
tasks:
|
||||||
- github-mirror: |
|
|
||||||
cd greetd
|
|
||||||
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
|
||||||
git push --quiet --mirror git@github.com:kennylevinsen/greetd.git
|
|
||||||
- rustfmt-check: |
|
- rustfmt-check: |
|
||||||
cd greetd
|
cd greetd
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
|
Reference in New Issue
Block a user