From b35832eeff5352e730189e356e052bc8c66da00b Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Mon, 4 Sep 2023 18:41:42 +0100 Subject: builds: make skip-ci option clearer Signed-off-by: Vlad-Stefan Harbuz --- builds.sr.ht/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index 59abf40..d81a45f 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -189,7 +189,7 @@ the repository as `.build.yml`. Each time you push, a build with this manifest 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). -Use `-o skip-ci` if you don't want to submit builds. +Use `git push -o skip-ci` if you don't want to submit builds. **Environment** -- cgit