Skip to content

Commit

Permalink
Update pr-builder-test-JDK11-7.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 authored Jun 23, 2023
1 parent a1ab187 commit adef327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-builder-test-JDK11-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: echo Running the PR builder for PR - ${{ github.event.inputs.pr }}
- name: Comment build info
run: |
cd ./wso2/product-is/master/.github/scripts
pwd
owner=$(echo '${{github.event.inputs.pr}}' | cut -d "/" -f 4)
repo=$(echo '${{github.event.inputs.pr}}' | cut -d "/" -f 5)
pr_number=$(echo '${{github.event.inputs.pr}}' | cut -d "/" -f 7)
Expand All @@ -46,7 +48,6 @@ jobs:
distribution: "adopt"
- name: Echo java 11 home
run: |
pwd
echo "J11HOME=$JAVA_HOME" >> ${GITHUB_ENV}
- name: Build init
run: |
Expand Down Expand Up @@ -74,7 +75,6 @@ jobs:
JAVA_11_HOME: ${{env.J11HOME}}
run: |
wget https://raw.githubusercontent.com/wso2/product-is/master/.github/scripts/pr-builder-7.sh
pwd
bash pr-builder-7.sh
- name: Archive PR diff file
if: always()
Expand Down

0 comments on commit adef327

Please sign in to comment.