Skip to content

Commit bfa69e2

Browse files
committed
#RI-4506 - Update recommendations without the code change
1 parent 10f17a9 commit bfa69e2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/build-statics.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if not exist %PLUGINS_VENDOR_DIR% mkdir %PLUGINS_VENDOR_DIR%
1515
xcopy ".\vendor\." "%PLUGINS_VENDOR_DIR%" /s /e /y
1616

1717
if not exist %DEFAULTS_CONTENT_DIR% mkdir %DEFAULTS_CONTENT_DIR%
18-
curl -H "Content-type: application/json" "${RECOMMENDATIONS_CONTENT_RAW_URL}" -o "${DEFAULTS_CONTENT_DIR}/recommendations.json"
18+
curl -H "Content-type: application/json" "%RECOMMENDATIONS_CONTENT_RAW_URL%" -o "%DEFAULTS_CONTENT_DIR%/recommendations.json"
1919

2020
:: Build redisearch plugin
2121
set REDISEARCH_DIR=".\redisinsight\ui\src\packages\redisearch"

scripts/build-statics.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ cp -R "./vendor/." "${PLUGINS_VENDOR_DIR}"
1818
mkdir -p "${DEFAULTS_CONTENT_DIR}"
1919
curl -H "Content-type: application/json" "${RECOMMENDATIONS_CONTENT_RAW_URL}" -o "${DEFAULTS_CONTENT_DIR}/recommendations.json"
2020

21-
RECOMMENDATIONS_CONTENT_RAW_URL
22-
2321
# Build redisearch plugin
2422
REDISEARCH_DIR="./redisinsight/ui/src/packages/redisearch"
2523
yarn --cwd "${REDISEARCH_DIR}"

0 commit comments

Comments
 (0)