2015-10-29 16:06:04 +01:00
|
|
|
; If set to true, the repo will not be cloned from GitHub and the local copy will be reused.
|
|
|
|
; This setting will be obsolete once we have local Git cache enabled
|
|
|
|
skipClone = false
|
2015-10-29 16:54:04 +01:00
|
|
|
|
2015-10-29 16:06:04 +01:00
|
|
|
; If you want to setup your test website in a different folder, you can do that here.
|
|
|
|
; You can also set an absolute path, i.e. /path/to/my/cms/folder
|
2015-10-30 10:38:10 +01:00
|
|
|
cmsPath = tests/joomla-cms3
|
2015-10-29 16:54:04 +01:00
|
|
|
|
2015-10-30 10:38:10 +01:00
|
|
|
; If you want to clone a different branch, you can set it here
|
|
|
|
branch = staging
|