You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeeed, the command $(git rev-parse --show-toplevel)/qwat-data-model will be incorrect anyway, either:
using QWAT repository which includes the datamodel and executing the script from QWAT folder, the command above returns: %some_path%/QWAT/qwat-data-model but in such case de the datamodel is named data-model
using qwat-data-model repository, the command above returns: %some_path%/qwat-data-model/qwat-data-model
Using QWAT repository and executing the script from a parent directory returns fatal: Not a git repository (or any of the parent directories): .git
The only way I found to get it work is by using QWAT project and renaming data-model folder to qwat-data-model.
I suggests it should work either by using QWAT or qwat-data-model repositories.
The text was updated successfully, but these errors were encountered:
kandre
changed the title
Views re-creation in init.sh does not work properly
Path in views re-creation in init.sh is incorrect
Nov 11, 2021
I think that views re-creation in init.sh at line 84 does not work properly:
Indeeed, the command
$(git rev-parse --show-toplevel)/qwat-data-model
will be incorrect anyway, either:%some_path%/QWAT/qwat-data-model
but in such case de the datamodel is named data-model%some_path%/qwat-data-model/qwat-data-model
fatal: Not a git repository (or any of the parent directories): .git
The only way I found to get it work is by using QWAT project and renaming data-model folder to qwat-data-model.
I suggests it should work either by using QWAT or qwat-data-model repositories.
The text was updated successfully, but these errors were encountered: