From: Heinrich Schuchardt Date: Sun, 26 Mar 2023 02:55:12 +0000 (+0000) Subject: doc: describe skipping triggering a pipeline in Gitlab X-Git-Tag: baikal/mips/sdk5.8.2~5^2~5^2~2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=c5b2ee93a565f9bf5c87a12867baf34ffee869d1;p=uboot.git doc: describe skipping triggering a pipeline in Gitlab 'git push -o ci.skip' can be used to push to Gitlab without triggering a pipeline. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/doc/develop/ci_testing.rst b/doc/develop/ci_testing.rst index b9a9a516c1..ffaacedc3d 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 ----------------