Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
More edits
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 6f24a20 commit df0a69e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ 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 --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
- name: Build Extensions image for testing
uses: docker/build-push-action@v5
Expand Down

0 comments on commit df0a69e

Please sign in to comment.