Skip to content

Commit

Permalink
Changed shipshape check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 12, 2024
1 parent 402c7e6 commit 974bd52
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 || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-0}" -eq 1 ]
command: docker compose exec -T cli /usr/local/bin/shipshape || [ "${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 974bd52

Please sign in to comment.