Skip to content

Commit

Permalink
Point at main
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Aug 29, 2024
1 parent df0a69e commit 6ce1ff8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:

- name: Build Extensions source code with gradle
run: |
gradle -b galasa-extensions-parent/build.gradle --no-daemon --console plain -PsourceMaven=https://development.galasa.dev/gh/maven-repo/framework/ -PcentralMaven=https://repo.maven.apache.org/maven2/ -PtargetMaven=${{ github.workspace }}/repo check publish --info
gradle -b galasa-extensions-parent/build.gradle \
-PsourceMaven=https://development.galasa.dev/main/maven-repo/framework/ \
-PcentralMaven=https://repo.maven.apache.org/maven2/ \
-PtargetMaven=${{ github.workspace }}/repo \
--no-daemon --console plain \
check publish --info
- name: Build Extensions image for testing
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 6ce1ff8

Please sign in to comment.