Skip to content

Commit

Permalink
Update the branch to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sruti Parthiban <[email protected]>
  • Loading branch information
sruti1312 committed Aug 25, 2021
1 parent 0f5cd28 commit 426e804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: opensearch-project/performance-analyzer
ref: feature/upgrade-1.0.1
ref: 1.0.1
path: ./tmp/performance-analyzer
- name: Build PA gradle using the new RCA jar
working-directory: ./tmp/performance-analyzer
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ distributions {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.0.0-SNAPSHOT")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
gitPaBranch = 'main'
gitPaBranch = "1.0.1"
gitPaRepo = "https://github.com/opensearch-project/performance-analyzer.git"
}

Expand Down

0 comments on commit 426e804

Please sign in to comment.