Skip to content

Commit

Permalink
Add more
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Nov 2, 2023
1 parent 0da7074 commit 4204c05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Build PA with same command on prod docker
#working-directory: ./tmp/performance-analyzer
run: |
chown -R 1000:1000 `pwd`
su `id -un 1000` -c './gradlew build -Dperformance-analyzer-rca.build=true \
#chown -R 1000:1000 `pwd`
./gradlew build -Dperformance-analyzer-rca.build=true \
-Dperformance-analyzer-rca.repo="https://github.com/opensearch-project/performance-analyzer-rca.git" \
-Dperformance-analyzer-rca.branch=main'
-Dperformance-analyzer-rca.branch=main
# build_pa_pkg:
# strategy:
Expand Down

0 comments on commit 4204c05

Please sign in to comment.