From b270447bbede920158ca70ef6ecd7855822f84c8 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 14 Nov 2022 23:30:11 +0100 Subject: [PATCH] unbreak sync search (#32599) --- .github/workflows/sync-search-elasticsearch.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sync-search-elasticsearch.yml b/.github/workflows/sync-search-elasticsearch.yml index 7f7f0b08c4..d2f2bd022b 100644 --- a/.github/workflows/sync-search-elasticsearch.yml +++ b/.github/workflows/sync-search-elasticsearch.yml @@ -99,9 +99,8 @@ jobs: run: | mkdir /tmp/records - npm run sync-search-indices -- \ - --language ${{ matrix.language }} \ - /tmp/records + npm run sync-search-indices -- /tmp/records \ + --language ${{ matrix.language }} ls -lh /tmp/records @@ -116,9 +115,8 @@ jobs: # not exist. VERSION: ${{ github.event.inputs.version }} run: | - ./script/search/index-elasticsearch.js \ + ./script/search/index-elasticsearch.js /tmp/records \ --language ${{ matrix.language }} \ - /tmp/records - name: Check created indexes and aliases run: |