From e812c6a625192c352cb70e713d7a1665d76b01b6 Mon Sep 17 00:00:00 2001 From: Esther Kim Date: Fri, 22 Jan 2021 06:28:51 +0000 Subject: [PATCH] bugfix: fix wrong variable $i to $SITE_NAME --- templates/decapod-yaml/prepare-manifest-wftpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/decapod-yaml/prepare-manifest-wftpl.yaml b/templates/decapod-yaml/prepare-manifest-wftpl.yaml index 406afd8..17b13cf 100644 --- a/templates/decapod-yaml/prepare-manifest-wftpl.yaml +++ b/templates/decapod-yaml/prepare-manifest-wftpl.yaml @@ -90,7 +90,7 @@ spec: continue fi - mkdir -p $APP_NAME/output/$i/ + mkdir -p $APP_NAME/output/$SITE_NAME/ echo "[INFO] Rendering $APP_NAME-manifest.yaml" kustomize build --enable_alpha_plugins $SITE_PATH -o $OUTPUT_PATH