From 2302e53258e30fd9469fd16a55c8b8fb2a6896be Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Mon, 15 Apr 2019 16:28:34 +0000 Subject: [PATCH] Uploading the manifests requires an absolute path to collected dir `tools/deckhand_load_yaml.sh` script from shipyard uses `docker run` to upload the documents to deckhand, `-v` parameter to mount the volume requires an absolute path to the directory to work correctly. Change-Id: Ice1d0012b6bcae9652d54f10cf65985e37ca5d77 --- doc/source/authoring_and_deployment.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index 1d09d4218..3ae899972 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -710,11 +710,12 @@ Ex: and should otherwise be correct, barring any customizations of these site parameters). -Next, run the deckhand\_load\_yaml.sh script as follows: +Next, run the deckhand\_load\_yaml.sh script providing an absolute path +to a directory that contains collected manifests: :: - sudo -E airship-shipyard/tools/deckhand_load_yaml.sh ${NEW_SITE} ${NEW_SITE}_collected + sudo -E airship-shipyard/tools/deckhand_load_yaml.sh ${NEW_SITE} $(pwd)/${NEW_SITE}_collected Estimated runtime: **3m**