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 all of the Flank test results seem to be stored to /results
It would be nice if we had and optional parameter to set a different local folder to write the results to.
The text was updated successfully, but these errors were encountered:
I think something like flank-result-dir: $BITRISE_DEPLOY_DIR would replace the need for
flank-result-dir: $BITRISE_DEPLOY_DIR
cp -r ./apps/student/results/*/* $BITRISE_DEPLOY_DIR when we only care about a singular result at a fixed local location.
cp -r ./apps/student/results/*/* $BITRISE_DEPLOY_DIR
Sorry, something went wrong.
#523 will fix this :)
No branches or pull requests
Currently all of the Flank test results seem to be stored to /results
It would be nice if we had and optional parameter to set a different local folder to write the results to.
The text was updated successfully, but these errors were encountered: