Skip to content

Commit

Permalink
temp-fix: disable validation to make the build pass
Browse files Browse the repository at this point in the history
- though we should introduce a new version for 11.4 with a compatible api-key.
  • Loading branch information
ivy-rew committed Jul 23, 2024
1 parent c85d99a commit 599befc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ on:
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v3
with:
# temporary: disable script validation ... connector uses a variable not compatible with 11.4!
mvnArgs: '-Divy.script.validation.skip=true'

0 comments on commit 599befc

Please sign in to comment.