Skip to content

Commit

Permalink
bugfix: fix wrong variable $i to $SITE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
estherk0 committed Jan 22, 2021
1 parent ce6c670 commit e812c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/decapod-yaml/prepare-manifest-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e812c6a

Please sign in to comment.