Skip to content

Commit

Permalink
Simplify tutorial by automating data model install
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Aug 14, 2024
1 parent 7582bb4 commit 3f5d0ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ runs:
- name: Load Maven settings.xml
shell: bash
run: cp settings.xml.example ~/.m2/settings.xml
- name: Install data models
shell: bash
run: |
git clone https://github.com/${{ inputs.data-models-repo-org }}/${{ inputs.data-models-repo-name }}.git ../jpa-models
cd ../jpa-models
mvn clean install
2 changes: 1 addition & 1 deletion settings.xml.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<model.package.jar.group.id>com.paiondata</model.package.jar.group.id>
<model.package.jar.artifact.id>astraios-data-models-example</model.package.jar.artifact.id>
<model.package.jar.version>1.0.0</model.package.jar.version>
<model.package.jar.version>2.0.8</model.package.jar.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 3f5d0ce

Please sign in to comment.