diff options
author | Sebastian LaVine <mail@smlavine.com> | 2022-11-15 14:30:08 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-11-21 17:17:41 +0100 |
commit | 3a1ae0d9362aacf468433a30beb306849e5ca899 (patch) | |
tree | c69e21bb2ae29514a30c36ecbcb3e668661a72a6 /builds.sr.ht | |
parent | 43fe9c3d6b89506f5def3212a980f8ed4fb8741b (diff) | |
download | sr.ht-docs-3a1ae0d9362aacf468433a30beb306849e5ca899.tar.gz |
Document git repo being added to sources array
The ref that was just pushed is added to the sources array, even if the
repo isn't listed as a source. See [0] for example.
[0]: https://builds.sr.ht/~smlavine/job/884375
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/index.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index 298266b..b127d39 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -196,10 +196,9 @@ like GitHub. This should be your first stop when looking for an integration. git.sr.ht will automatically submit builds for you if you store a manifest in the repository as `.build.yml`. Each time you push, a build with this manifest -will be submitted. If the repo you pushed to is present in the manifest's -sources array, we'll edit it to point to the ref you just pushed. You can also -submit up to 4 builds on each push by providing `.builds/*.yml` (if more are -submitted, 4 manifests will be randomly chosen). +will be submitted. We'll edit the manifest's sources array to point to the ref +you just pushed. You can also submit up to 4 builds on each push by providing +`.builds/*.yml` (if more are submitted, 4 manifests will be randomly chosen). **Environment** |