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
The first check in the ci-test.sh script, which is automatically run by the Python application workflow, always fails:
fatal: ambiguous argument 'thewca/master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
I assume something like this should be done to fix this.
Context: that part of the script runs the diff between the official version and the translations, checking if both versions have the same numbered points. The check always fails because the wrc compiler is told to use the official files from thewca/master, but git cannot find it.
The text was updated successfully, but these errors were encountered:
It doesn't work by changing master to main, at least not locally. Anyway, do we even want this? Most of the translations are outdated, so it will always throw a lot of output + it's always ignored.
I think the maintainers should run the diff manually.
The first check in the ci-test.sh script, which is automatically run by the Python application workflow, always fails:
I assume something like this should be done to fix this.
Context: that part of the script runs the diff between the official version and the translations, checking if both versions have the same numbered points. The check always fails because the wrc compiler is told to use the official files from
thewca/master
, but git cannot find it.The text was updated successfully, but these errors were encountered: