You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some errors in my build.
It's tagged as finished.
But new messages come in build log and I have some running psocesses :
There is my project conf :
And the php-censor yml file :
build_settings:
clone_depth: 1 # depth of 1 is a shallow clone, remove this line to clone entire repo
ignore:
- "vendor"
setup:
composer:
action: "install"
shell:
- "mkdir %BUILD_PATH%/instance"
- "cp %BUILD_PATH%/build_tools/config_instance.php %BUILD_PATH%/instance/config_instance.php"
test:
php_parallel_lint:
ignore:
- "vendor"
- "test"
extensions: php
php_loc:
directory: "app"
php_code_sniffer:
path: "fwk"
atoum:
I had some errors in my build.



It's tagged as finished.
But new messages come in build log and I have some running psocesses :
There is my project conf :
And the php-censor yml file :