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
I encountered this problem. Everything run fine on PR but when the githubaction is running, kotlinc is crashing
�[0;0mExecuting kotlinc -script-templates systems.danger.kts.DangerFileScript -cp /usr/local/lib/danger/danger-kotlin.jar -script /Dangerfile.df.kts /tmp/danger-dsl.json danger_out.json - pid 374�[0;0m Uncaught Kotlin exception: kotlin.Exception: Command kotlinc -script-templates systems.danger.kts.DangerFileScript -cp /usr/local/lib/danger/danger-kotlin.jar -script /Dangerfile.df.kts /tmp/danger-dsl.json danger_out.json exited with code 256 at kfun:systems.danger.cmd.Cmd#exec(){} (0x228518) at kfun:systems.danger.cmd.dangerfile.DangerFile#execute(kotlin.String;kotlin.String){} (0x22915b) at kfun:systems.danger.DangerKotlin#run(){} (0x227408) at Init_and_run_start (0x22c005) at __libc_start_main (0x7ff97b9ceb97) at (0x211029) at ((nil))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I encountered this problem.
Everything run fine on PR but when the githubaction is running, kotlinc is crashing
The text was updated successfully, but these errors were encountered: