配置不是在成功构建后复制构建 我的配置看起来像这样
build settings:
clone_depth: 1
ignore:
- "vendor"
- "tests"
- "node_modules"
mysql:
host: "localhost"
host: "root"
host: ""
setup:
composer:
action: "install"
test:
complete:
success:
copy_build:
wipe: true
directory: "var/www/project-name"
如果有人能给我一个配置示例,那就太好了。 这是我第一次使用php-ci