File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if not exist %PLUGINS_VENDOR_DIR% mkdir %PLUGINS_VENDOR_DIR%
15
15
xcopy " .\vendor\." " %PLUGINS_VENDOR_DIR% " /s /e /y
16
16
17
17
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"
19
19
20
20
:: Build redisearch plugin
21
21
set REDISEARCH_DIR = " .\redisinsight\ui\src\packages\redisearch"
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ cp -R "./vendor/." "${PLUGINS_VENDOR_DIR}"
18
18
mkdir -p " ${DEFAULTS_CONTENT_DIR} "
19
19
curl -H " Content-type: application/json" " ${RECOMMENDATIONS_CONTENT_RAW_URL} " -o " ${DEFAULTS_CONTENT_DIR} /recommendations.json"
20
20
21
- RECOMMENDATIONS_CONTENT_RAW_URL
22
-
23
21
# Build redisearch plugin
24
22
REDISEARCH_DIR=" ./redisinsight/ui/src/packages/redisearch"
25
23
yarn --cwd " ${REDISEARCH_DIR} "
You can’t perform that action at this time.
0 commit comments