Why hg clone on every build
Hi,
I'm using Mercurial with bitbucket.org , I noticed that on every
push the AppVeyor CI clones the repository , why it doesn't update
(hg update) ?
I think this might save some time !
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 23 May, 2014 05:05 PM
Hi Mohamed,
It's cloned every time because AppVeyor provisions a new build worker (VM) for every build. Other words, build machine state is not preserved between builds.
Are you experiencing problems with cloning large repo?
2 Posted by mohamed.farrag on 26 May, 2014 10:54 AM
Got it. No right now I don't have large repos but I was wondering if it might get larger.
Thanks for your support.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:44 AM.