mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
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 <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
854aaf9024
commit
ffc1cfb8f4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
pipeline on the free public instances provided at https://gitlab.com/ a problem
|
||||||
with our squashfs tests currently prevents this.
|
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
|
Docker container
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue