Skip to content

Commit

Permalink
Update maven repo url as /framework does not exist anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Nov 14, 2024
1 parent 1dc6c07 commit 408fc7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
gradle generateTypeScriptClient --info \
--no-daemon --console plain \
-PsourceMaven=https://development.galasa.dev/main/maven-repo/framework 2>&1 | tee build.log
-PsourceMaven=https://development.galasa.dev/main/maven-repo/obr 2>&1 | tee build.log
- name: Upload Gradle Build Log
- name: Upload Gradle build log
if: failure()
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
set -o pipefail
gradle generateTypeScriptClient --info \
--no-daemon --console plain \
-PsourceMaven=https://development.galasa.dev/main/maven-repo/framework 2>&1 | tee build.log
-PsourceMaven=https://development.galasa.dev/main/maven-repo/obr 2>&1 | tee build.log
- name: Upload Gradle Build Log
- name: Upload Gradle build log
if: failure()
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 408fc7c

Please sign in to comment.