Skip to content

Commit

Permalink
chore(actions): generate model from external crds
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Dec 30, 2023
1 parent 17954bf commit ffc62e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
run: |
sudo /usr/local/bin/java-gen -s crds/federated --target src/main/java
- name: Generate Models for External CRDs
run: |
sudo /usr/local/bin/java-gen -s crds/external --target src/main/java
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "build(ci): generate fabric8 models ${{ github.event.inputs.clientTag }} for robot.roboscale.io ${{ github.event.inputs.robotOperatorTag }}, fleet.roboscale.io ${{ github.event.inputs.fleetOperatorTag }} and connection-hub.roboscale.io ${{ github.event.inputs.connectionHubOperatorTag }}"
Expand Down

0 comments on commit ffc62e2

Please sign in to comment.