-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: User - Legacy
well., i see a some problems for bitbucket (for github all works fine)
for example:
- We have a some commit/s
- And this has been pushed on bitbucket & github servers,
- Then, with web accessing we can see new chnages in bitbucket.org/3F/<repo>/commits/
However! if we try to clone this with command - git clone ... well:
- For github is all ok, i.e. we can see new commit/s
- For bitbucket - we can't see this after push, only after ~25-30min!
This important for CI, because after push should be executed POST Hook, and you can see the next fails:
problem not with appveyor, because i tested this on my pc:
#!bash
git clone -q --branch=hotfixes https://bitbucket.org/3F/vssolutionbuildevent.git C:\projects\vssolutionbuildevent
git checkout -qf 74d34e87a78c
error: pathspec '74d34e87a78c' did not match any file(s) known to git.
i.e. i can't see any new changes in the new cloned repo!
for github no any problems, for bitbucket this worked after ~25min, and you can also see this successful build:
it's not a single problem, you also can see this for example:
- https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/build/build-9
- https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/build/build-10
maybe this problem only for current repo o_O but i also tested this with github, and...