Skip to content

Commit

Permalink
Modify git action scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Sep 21, 2023
1 parent f287551 commit b74c521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/pr-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ echo "=========================================================="
echo "Cloning product-is"
echo "=========================================================="

git clone https://github.com/wso2/product-is
# git clone https://github.com/wso2/product-is
git clone -b enable-tenant-qualified-urls --single-branch https://github.com/wso2/product-is

if [ "$REPO" = "product-is" ]; then

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder-test-JDK11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
JAVA_8_HOME: ${{env.J8HOME}}
JAVA_11_HOME: ${{env.J11HOME}}
run: |
wget https://raw.githubusercontent.com/wso2/product-is/master/.github/scripts/pr-builder.sh
wget https://raw.githubusercontent.com/wso2/product-is/enable-tenant-qualified-urls/.github/scripts/pr-builder.sh
bash pr-builder.sh
- name: Archive PR diff file
if: always()
Expand Down

0 comments on commit b74c521

Please sign in to comment.