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 8f78c80 commit 71743fcCopy full SHA for 71743fc
.github/workflows/gradle.yml
@@ -44,8 +44,8 @@ jobs:
44
working-directory: ./tmp/performance-analyzer
45
run: |
46
./gradlew build -Dperformance-analyzer-rca.build=true \
47
- -Dperformance-analyzer-rca.repo="https://github.com/dblock/performance-analyzer-rca.git" \
48
- -Dperformance-analyzer-rca.branch=fix-snapshot-build \
+ -Dperformance-analyzer-rca.repo="https://github.com/opensearch-project/performance-analyzer-rca.git" \
+ -Dperformance-analyzer-rca.branch=main \
49
-Dopensearch.version=1.1.0-SNAPSHOT
50
- name: Generate Jacoco coverage report
51
0 commit comments