File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ deploy: build/public
124
124
deploy-search-index :
125
125
@echo " Building search index"
126
126
if [ ${STABLE_BRANCH} = ${GIT_BRANCH} ]; then \
127
- mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT} -current.json --aliases ${PROJECT} -${GIT_BRANCH} -u ${DOTCOM_PRODUCTION_URL} /${DOTCOM_PREFIX} /stable -b ${SEARCH_INDEX_BUCKET} -p search-indexes/prd -g -s; \
127
+ mut-index upload build/public/${GIT_BRANCH} --aliases ${PROJECT} -current.json -o ${PROJECT} -${GIT_BRANCH} -u ${DOTCOM_PRODUCTION_URL} /${DOTCOM_PREFIX} /stable -b ${SEARCH_INDEX_BUCKET} -p search-indexes/prd -g -s; \
128
128
else \
129
129
mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT} -${GIT_BRANCH} .json -u ${DOTCOM_PRODUCTION_URL} /${DOTCOM_PREFIX} /${GIT_BRANCH} -b ${SEARCH_INDEX_BUCKET} -p search-indexes/prd -s; \
130
130
fi
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 1.19 '
33
- branch : ' master '
32
+ release : ' upcoming '
33
+ branch : ' upcoming '
34
34
assets :
35
35
- branch : master
36
36
path : build/docs-tools
You can’t perform that action at this time.
0 commit comments