Skip to content

Commit

Permalink
Changed output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 12, 2024
1 parent 56d00c2 commit f39d8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ job-build: &job-build
no_output_timeout: 30m
- run:
name: Audit code with shipshape
command: docker compose exec -T cli /usr/local/bin/shipshape -o "${DREVOPS_CI_ARTIFACTS}/shipshape-results.html" || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-1}" -eq 1 ]
command: docker compose exec -T cli /usr/local/bin/shipshape -o simple "${DREVOPS_CI_ARTIFACTS}/shipshape-results.html" || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-1}" -eq 1 ]
- run:
name: Lint code with PHPCS
command: docker compose exec -T cli vendor/bin/phpcs -v || [ "${DREVOPS_CI_PHPCS_IGNORE_FAILURE:-0}" -eq 1 ]
Expand Down

0 comments on commit f39d8b9

Please sign in to comment.