Commit d4c7f3e 1 parent 386b779 commit d4c7f3e Copy full SHA for d4c7f3e
File tree 5 files changed +0
-216
lines changed
5 files changed +0
-216
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 59
59
[ -z " $OUTPUT " ] && OUTPUT=artifacts
60
60
61
61
./gradlew build -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -x test
62
-
63
- mkdir -p $OUTPUT /maven/org/opensearch
64
- ./gradlew publishToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT
65
- cp -r ~ /.m2/repository/org/opensearch/performanceanalyzer-rca $OUTPUT /maven/org/opensearch
Original file line number Diff line number Diff line change 61
61
./gradlew build -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -x test
62
62
mkdir -p $OUTPUT /plugins
63
63
cp ./build/distributions/* .zip $OUTPUT /plugins
64
-
65
- mkdir -p $OUTPUT /maven/org/opensearch
66
- ./gradlew publishToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT
67
- cp -r ~ /.m2/repository/org/opensearch/opensearch-performance-analyzer $OUTPUT /maven/org/opensearch
You can’t perform that action at this time.
0 commit comments