]> git.baikalelectronics.ru Git - uboot.git/commitdiff
doc: describe skipping triggering a pipeline in Gitlab
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Mar 2023 02:55:12 +0000 (02:55 +0000)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 1 Apr 2023 08:11:50 +0000 (10:11 +0200)
'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>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/ci_testing.rst

index b9a9a516c1e64944d4b8256311c87475b70ea02d..ffaacedc3d888e593cd132d89dd1b2426c7ed36e 100644 (file)
@@ -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
 ----------------