We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5791d4f commit 4b66875Copy full SHA for 4b66875
.github/workflows/multi-node-test-workflow.yml
@@ -27,9 +27,9 @@ jobs:
27
run: ./gradlew bundlePlugin -Dopensearch.version=1.2.0-SNAPSHOT
28
- name: Pull and Run Docker
29
run: |
30
- plugin=`ls index-management/build/distributions/*.zip`
+ plugin=`ls build/distributions/*.zip`
31
list_of_files=`ls`
32
- list_of_all_files=`ls index-management/build/distributions/`
+ list_of_all_files=`ls build/distributions/`
33
version=`echo $plugin|awk -F- '{print $3}'| cut -d. -f 1-3`
34
plugin_version=`echo $plugin|awk -F- '{print $3}'| cut -d. -f 1-4`
35
candidate_version=`echo $plugin|awk -F- '{print $4}'| cut -d. -f 1-1`
0 commit comments