diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-06-18 02:44:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 09:44:03 +0200 |
commit | 1f85d6ecebd555ae219637cdc9e1ec475f962f48 (patch) | |
tree | b907f95c05891982a6bee685a40c512a4c53f82d /lib | |
parent | 58e20430b1d33aa4edcad46e9b1c70332eb55066 (diff) | |
download | spack-1f85d6ecebd555ae219637cdc9e1ec475f962f48.tar.gz spack-1f85d6ecebd555ae219637cdc9e1ec475f962f48.tar.bz2 spack-1f85d6ecebd555ae219637cdc9e1ec475f962f48.tar.xz spack-1f85d6ecebd555ae219637cdc9e1ec475f962f48.zip |
Docs: fix rst link to spack ci (#17147)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/pipelines.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/pipelines.rst b/lib/spack/docs/pipelines.rst index d1128163b1..ee3b4e8ad6 100644 --- a/lib/spack/docs/pipelines.rst +++ b/lib/spack/docs/pipelines.rst @@ -103,7 +103,7 @@ needed for pipeline operation that should not be visible in a spack environment file. These environment variables are described in more detail :ref:`ci_environment_variables`. -.. _cmd_spack_ci: +.. _cmd-spack-ci: ^^^^^^^^^^^^^^^^^^ ``spack ci`` @@ -112,7 +112,7 @@ file. These environment variables are described in more detail Super-command for functionality related to generating pipelines and executing pipeline jobs. -.. _cmd_spack_ci_generate: +.. _cmd-spack-ci-generate: ^^^^^^^^^^^^^^^^^^^^^ ``spack ci generate`` @@ -121,7 +121,7 @@ pipeline jobs. Concretizes the specs in the active environment, stages them (as described in :ref:`staging_algorithm`), and writes the resulting ``.gitlab-ci.yml`` to disk. -.. _cmd_spack_ci_rebuild: +.. _cmd-spack-ci-rebuild: ^^^^^^^^^^^^^^^^^^^^ ``spack ci rebuild`` |