Commit 5983257b395b6cd298ae4c77ff5f8c9d61ec069a

Authored by alexdiatlov
Committed by GitHub
2 parents cffd7d92 9fe10a21

Merge pull request #263 from ProzorroUKR/buildout_change

add buildout optimization need for jenkins ci
Showing 1 changed file with 3 additions and 0 deletions
... ... @@ -2,6 +2,9 @@
2 2 extensions = mr.developer
3 3 auto-checkout = *
4 4 always-checkout = true
  5 +eggs-directory = /home/jenkins-slave/.buildout/eggs
  6 +download-cache = /home/jenkins-slave/.buildout/download-cache
  7 +abi-tag-eggs = true
5 8 develop = .
6 9 find-links =
7 10 http://op:x9W3jZ@dist.quintagroup.com/op/
... ...
Please register or login to post a comment