Skip to content

Can`t build - status is not pending - After Build error #68

Description

@BrunoJunior

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 :
image
image
There is my project conf :
image
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:

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions