[PATCH] website .build.yml: drop sources list
Export this patch
builds.sr.ht will automatically ensure that the correct sources URL is
added. By explicitly cloning the #website branch, we clone the repo
twice, which fails.
---
.build.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.build.yml b/.build.yml
index 03148fa..e24746c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -3,8 +3,6 @@ packages:
- rsync
secrets:
- 5874ac5a-905e-4596-a117-fed1401c60ce
- sources:
- - https://git.sr.ht/~emersion/mrsh#website
tasks:
- upload: |
cd mrsh
--
2.25.0
This is not ideal, dropping the sources list prevents us from directly
piping the manifest to builds.sr.ht.
Chose to manually trigger the build instead.