Skip to content

Commit

Permalink
Generate files directly under generated
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Aug 7, 2024
1 parent ac1bf06 commit f0ae048
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:

- name: Run the builder application
run: |
java -jar target/quarkus-app/quarkus-run.jar -o out/flows -c configurations/tekton/simple-job-embedded-script-cfg.yaml
java -jar target/quarkus-app/quarkus-run.jar -o generated -c configurations/tekton/simple-job-embedded-script-cfg.yaml
- name: Check Pipeline generated
run: |
cp --parents out/flows/**/*.yaml generated
ls -la generated
ls -la generated/
- name: Push the README file with snippet
run: |
Expand Down

0 comments on commit f0ae048

Please sign in to comment.