The problem is with mirroring option for TC VCS root. I think for releases we should redesign release build to require native checked out repository, not mirrored one.
> On 10 Dec 2020, at 18:20, Yaroslav Molochkov <molochko...@gmail.com> wrote: > > Igniters, hello! > > Currently I'm experiencing difficulties with an archive that is built by a > TC job. > > I ran a build job (Apache Ignite / Main) and downloaded artifacts. After > that the script to add a tag to the repository throws an error. Problem is > with git folder, git can't fetch anything: > > error: object directory /opt/buildagent/system/git/git-BF1D6845.git/objects > does not exist; check .git/objects/info/alternates > > error: refs/heads/ignite-2.9 does not point to a valid object! > > error: refs/remotes/origin/ignite-2.9 does not point to a valid object! > > error: refs/tags/1.1.3 does not point to a valid object! > > > Not to mention that directory doesn't point anywhere in particular in an > arbitrary system, there is no ref folder inside .git either. > > > Any help?