Skip to content

Commit 4b66875

Browse files
committed
changes
1 parent 5791d4f commit 4b66875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi-node-test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
run: ./gradlew bundlePlugin -Dopensearch.version=1.2.0-SNAPSHOT
2828
- name: Pull and Run Docker
2929
run: |
30-
plugin=`ls index-management/build/distributions/*.zip`
30+
plugin=`ls build/distributions/*.zip`
3131
list_of_files=`ls`
32-
list_of_all_files=`ls index-management/build/distributions/`
32+
list_of_all_files=`ls build/distributions/`
3333
version=`echo $plugin|awk -F- '{print $3}'| cut -d. -f 1-3`
3434
plugin_version=`echo $plugin|awk -F- '{print $3}'| cut -d. -f 1-4`
3535
candidate_version=`echo $plugin|awk -F- '{print $4}'| cut -d. -f 1-1`

0 commit comments

Comments
 (0)