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

,"error":"could not find any package.json file with script : build " #221

Open
renzibin opened this issue Sep 20, 2024 · 0 comments
Open

Comments

@renzibin
Copy link

renzibin commented Sep 20, 2024

Now I am unable to compile the build-application-stage step. The code is as follows:

build-application-stage:
needs: [init-stage]
uses: project-piper/piper-pipeline-github/.github/workflows/build.yml@main
secrets: inherit
with:
on-productive-branch: ${{ needs.init-stage.outputs.on-productive-branch }}
active-stages-map: ${{ needs.init-stage.outputs.active-stages-map }}
active-steps-map: ${{ needs.init-stage.outputs.active-steps-map }}
pipeline-env: ${{ needs.init-stage.outputs.pipeline-env }}
is-optimized-and-scheduled: ${{ needs.init-stage.outputs.is-optimized-and-scheduled }}

The link is as follows:
https://github.tools.sap/s4-cfnd-int/cps-srv-sbf/actions/runs/8226027/job/32276574

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

No branches or pull requests

1 participant