Added filter for doc publish job

* Trigger doc publish job only if the changes are in '^doc/*$'

Change-Id: I7d48a68d475a4a21d639a44e0a9ff5c88f744fcf
This commit is contained in:
Sirajudeen
2021-08-10 14:42:01 +00:00
parent 92d93f063a
commit 155fc9afe9
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -39,8 +39,9 @@
- treasuremap-upload-git-mirror
promote:
jobs:
- promote-airship-project-docs
- promote-airship-project-docs:
files:
- ^doc/.*$
- nodeset:
name: treasuremap-single-node
+3 -3
View File
@@ -85,9 +85,9 @@ Airship reference manifests are delivered monthly as release tags in the
`Treasuremap <https://github.com/airshipit/treasuremap/releases>`__.
The releases are verified by `Seaworthy
<https://airship-treasuremap.readthedocs.io/en/latest/seaworthy.html>`__,
<https://docs.airshipit.org/treasuremap/seaworthy.html>`__,
`Airsloop
<https://airship-treasuremap.readthedocs.io/en/latest/airsloop.html>`__,
<https://docs.airshipit.org/treasuremap/airsloop.html>`__,
and `Airship-in-a-Bottle
<https://github.com/airshipit/treasuremap/blob/master/tools/deployment/aiab/README.rst>`__
pipelines before delivery and are recommended for deployments instead of using
@@ -127,7 +127,7 @@ Airship hardware requirements are flexible, and the system can be deployed
with very minimal requirements if needed (e.g., single disk, single network).
For simplified non-bonded, and single disk examples, see
`Airsloop <https://airship-treasuremap.readthedocs.io/en/latest/airsloop.html>`__.
`Airsloop <https://docs.airshipit.org/treasuremap/airsloop.html>`__.
BIOS and IPMI
~~~~~~~~~~~~~