clear temp repo
SubVIs\GIT-Init Temporary Directory.vi
creates a folder in e.g. C:\Users\admin\AppData\Local\Temp\hse-application-template
. This folder should be deleted, after usage.
The problem occurred, because it uses the same temp folder as our rat tools. Thus, our initialzr wasn't able to delete it, because of the .git folder. See https://code.hampel-soft.com/commercial/release-automation-tools/-/issues/176
-
prepend e.g. HSE_GIT_API_
to the folder name -
create a Deinit Temporary Directory.vi
which deletes all content and the folder -
use the new VI wherever the Init is used
Edited by Joerg Hampel