I clone a git repository with VersionUpdateFlags.SilentMode, works fine
But now I want to checkout a specific commit (with branch_copy command). When using the branch_copy command there is no VersionUpdateFlags and I get this annoying "Project Environment" prompt, blocking further execution of my script without user input.
I already tried something like system.prompt_answers[???] = PromptResult.Cancel but I donΒ΄t know the string I need here..
The goal is to have a script that clones a repository and compiles every tag + create compiled libraries.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I clone a git repository with VersionUpdateFlags.SilentMode, works fine
But now I want to checkout a specific commit (with branch_copy command). When using the branch_copy command there is no VersionUpdateFlags and I get this annoying "Project Environment" prompt, blocking further execution of my script without user input.
I already tried something like system.prompt_answers[???] = PromptResult.Cancel but I donΒ΄t know the string I need here..
The goal is to have a script that clones a repository and compiles every tag + create compiled libraries.