mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-14 00:22:16 +00:00
6f115b1221
Add documentation about RoboFile.ini local configuration file
11 lines
441 B
INI
11 lines
441 B
INI
; 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
|
|
|
|
; 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
|
|
cmsPath = tests/joomla-cms3
|
|
|
|
; If you want to clone a different branch, you can set it here
|
|
branch = staging
|