Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed May 13, 2021
1 parent 235b949 commit 0e629c2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/development/continuous_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,16 +233,17 @@ to start a new pipeline use::
steps:
- template: templates/default.yml
parameters:
fetchRefdata: true
useMamba: true

**List of template parameters:**

- ``fetchRefdata``: fetch the ``tardis-refdata`` repository from Azure Repos
(default is *false*).
- ``useMamba``: use the ``mamba`` package manager instead of ``conda``
(default is *false*).
- ``skipInstall``: does not create the TARDIS environment
(default is *false*).
- ``fetchDepth`` (*int*): the depth of commits to fetch from ``tardis`` repository,
default is ``0`` (no limit).
- ``fetchRefdata`` (*bool*): fetch the ``tardis-refdata`` repository from Azure Repos,
default is ``false``.
- ``useMamba`` (*bool*): use the ``mamba`` package manager instead of ``conda``,
default is ``false``.
- ``skipInstall`` (*bool*): does not create the TARDIS environment, default is ``false``.

**List of predefined custom variables:**

Expand Down

0 comments on commit 0e629c2

Please sign in to comment.