updated lint job

Status Job ID Name Coverage
  Build
passed #27712
build

00:00:12

 
  Test Pre
failed #27713
allowed to fail
lint

00:00:27

 
  Test
failed #27714
test

00:00:08

 
  Report
passed #27715
report

00:00:04

 
  Cleanup
failed #27716
cleanup

00:00:11

 
Name Stage Failure
failed
lint Test Pre There is an unknown failure, please try again
done

set +v
$ set -e
$ cp -r tests/_metrics/ /tmp/${BUILD_PREFIX}/${CI_BUILD_NAME} || EXIT_CODE=$?
cp: cannot stat 'tests/_metrics/': No such file or directory
$ exit ${EXIT_CODE}

ERROR: Build failed with: wait: no child processes
failed
test Test There is an unknown failure, please try again
Pulling tester (local/myapp/php:buildref16565ee9a40e42301223e3cd60c63a84be440c4bmaster)...
Pulling repository docker.io/local/myapp/php
Error: image local/myapp/php not found
make: *** [up] Error 1
$ set -e
$ cp -r tests/codeception/_output/ /tmp/${BUILD_PREFIX}/${CI_BUILD_NAME}
$ exit ${EXIT_CODE}

ERROR: Build failed with: exit status 2
failed
cleanup Cleanup There is an unknown failure, please try again
docker-compose -p "buildref16565ee9a40e42301223e3cd60c63a84be440c4bmastertest-allow_failure" -f docker-compose.yml -f build/compose/test.override.yml rm -fv
No stopped containers
docker-compose -p "buildref16565ee9a40e42301223e3cd60c63a84be440c4bmastertest-allow_failure" -f docker-compose.yml -f build/compose/test.override.yml down
Removing network buildref16565ee9a40e42301223e3cd60c63a84be440c4bmastertestallowfailure_default
network buildref16565ee9a40e42301223e3cd60c63a84be440c4bmastertestallowfailure_default not found
make: [clean] Error 1 (ignored)
$ rm -rf /tmp/${BUILD_PREFIX}

ERROR: Build failed with: wait: no child processes