Skip to content

Commit 81dfd74

Browse files
committed
updating main -> 1.3
Signed-off-by: David Zane <[email protected]>
1 parent f57f1b8 commit 81dfd74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v2
5050
with:
5151
repository: opensearch-project/performance-analyzer
52-
ref: main
52+
ref: 1.3
5353
path: ./tmp/performance-analyzer
5454
- name: Build PA gradle using the new RCA jar
5555
working-directory: ./tmp/performance-analyzer

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ distributions {
5454
ext {
5555
opensearch_version = System.getProperty("opensearch.version", "1.3.0-SNAPSHOT")
5656
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
57-
gitPaBranch = 'main'
57+
gitPaBranch = '1.3'
5858
gitPaRepo = "https://github.com/opensearch-project/performance-analyzer.git"
5959
runGauntletTests = "true" == System.getProperty("run.gauntlet.tests", "false")
6060
}

0 commit comments

Comments
 (0)