Skip to content

Commit

Permalink
Update fbp script file path
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jan 29, 2025
1 parent 5180d22 commit 4a3e948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
path: ~/.m2/
- name: Build
run: |
python -u dependabot/full_build_pipeline.py ./ --lang-version ${{ needs.build-lang.outputs.lang-version }} \
python -u .github/scripts/full_build_pipeline.py ./ --lang-version ${{ needs.build-lang.outputs.lang-version }} \
--build-released-versions --patch-level $PATCH_LEVEL --build-level ${{ matrix.level }} --skip-build-distribution \
--continue-on-error --remove-after-build
env:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
path: ~/.m2/
- name: Build
run: |
python -u dependabot/full_build_pipeline.py ./ --lang-version ${{ needs.build-lang.outputs.lang-version }} \
python -u .github/scripts/full_build_pipeline.py ./ --lang-version ${{ needs.build-lang.outputs.lang-version }} \
--patch-level $PATCH_LEVEL --only-build-distribution --continue-on-error
env:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
Expand Down

0 comments on commit 4a3e948

Please sign in to comment.