Skip to content

Commit

Permalink
ZENKO-4678: Fix the folder name within dashboard with VERSION_FULL fo…
Browse files Browse the repository at this point in the history
…r preview release
  • Loading branch information
ChengYanJin committed Dec 28, 2023
1 parent 59a64cd commit 19e0c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function generate_local_dashboard()
local alert="${1}/alerts.yaml"

local component_name="${1##*/}"
local dashboard_base_dir="${IMAGES_ROOT}/${component_name}-dashboard/${VERSION}/"
local dashboard_base_dir="${IMAGES_ROOT}/${component_name}-dashboard/${VERSION_FULL}/"
mkdir -p "${dashboard_base_dir}"

jq > "${dashboard_base_dir}/manifest.json" <<EOF
Expand Down

0 comments on commit 19e0c2c

Please sign in to comment.