We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the piper binary is downloaded to the fixed location ${process.cwd()}/${version}/${piperBinaryName} as seen here.
${process.cwd()}/${version}/${piperBinaryName}
This causes problems when using this action in combination with act to run a piper-step locally.
Please allow for an alternative path configuration input for the action.
The text was updated successfully, but these errors were encountered:
I've made a PR for the same purpose: #204 This way it should work locally. Waiting to be merged.
Sorry, something went wrong.
You can use as follows in your github actions yaml to do a local compilation of piper:
with: piper-version: 'devel:SAP:jenkins-library:<version_or_commit_hash>'
That works as workaround too.
No branches or pull requests
Currently the piper binary is downloaded to the fixed location
${process.cwd()}/${version}/${piperBinaryName}
as seen here.This causes problems when using this action in combination with act to run a piper-step locally.
Please allow for an alternative path configuration input for the action.
The text was updated successfully, but these errors were encountered: