diff mbox series

[1/1] doc: describe skipping triggering a pipeline in Gitlab

Message ID 20230326025512.22496-1-xypron.glpk@gmx.de
State Accepted, archived
Commit ffc1cfb8f4cbd2bd28be5877040821ccbda3e08b
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] doc: describe skipping triggering a pipeline in Gitlab | expand

Commit Message

Heinrich Schuchardt March 26, 2023, 2:55 a.m. UTC
'git push -o ci.skip' can be used to push to Gitlab without triggering a
pipeline.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/develop/ci_testing.rst | 6 ++++++
 1 file changed, 6 insertions(+)

--
2.39.2

Comments

Simon Glass March 27, 2023, 4 a.m. UTC | #1
On Sun, 26 Mar 2023 at 15:55, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 'git push -o ci.skip' can be used to push to Gitlab without triggering a
> pipeline.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/develop/ci_testing.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/develop/ci_testing.rst b/doc/develop/ci_testing.rst
index b9a9a516c1..d8690f2cd2 100644
--- a/doc/develop/ci_testing.rst
+++ b/doc/develop/ci_testing.rst
@@ -50,6 +50,12 @@  runners you are able to provide.  While it is intended to be able to run this
 pipeline on the free public instances provided at https://gitlab.com/ a problem
 with our squashfs tests currently prevents this.

+To push to Gitlab without triggering a pipeline use:
+
+.. code-block:: bash
+
+    git push -o ci.skip
+
 Docker container
 ----------------