Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support mutlimodul projekte #89

Open
hupling opened this issue Dec 19, 2024 · 5 comments
Open

support mutlimodul projekte #89

hupling opened this issue Dec 19, 2024 · 5 comments

Comments

@hupling
Copy link
Collaborator

hupling commented Dec 19, 2024

grafik

übergebe den ganzen pfad. z. b. ./backend ` das war früher auch so

@hupling
Copy link
Collaborator Author

hupling commented Dec 19, 2024

@simonhir ich hatte es wegen dir damals geändert. Erst später ist mir aufgefallen. dass so multiprojekte nicht mehr gehen. kann ich es wieder zurück ändern

@simonhir
Copy link
Member

simonhir commented Dec 20, 2024

Why shouldn't this work for multi projects. We use it in the refarch which is a multi project

@hupling
Copy link
Collaborator Author

hupling commented Dec 20, 2024

@simonhir nein refarch ist ein monorepo. also mehrere projekte in einem git repo.

wenn jetzt jemand nur ein java projekte in einem repo hat geht es nicht. wegen dem pfad

statt backend -> ./backend übergeben. dann kann man auch . übergeben

@simonhir
Copy link
Member

Think we did that because of the image name? Would you than add an additional property for that?

@hupling
Copy link
Collaborator Author

hupling commented Dec 20, 2024

dann muss man das auch noch überarbeiten. Mit dem Image

        images: "${{ inputs.registry }}/${{ github.repository }}/${{ inputs.image-name }}"

so könnte man es dann machen

      matrix:
        include: # hier müssen die Pfade angegeben werden
          - app-path: /refarch-backend
          - app-path: /refarch-frontend
          - app-path: ""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants