Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 12, 2024
1 parent c35395f commit f7bff60
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 @@ -231,7 +231,7 @@ job-build: &job-build
name: Audit code with shipshape
command: |
if [ "${SHIPSHAPE_RUN_AUDIT:-0}" -eq 1 ]; then
docker compose exec -T cli /usr/local/bin/shipshape -o simple "${DREVOPS_CI_ARTIFACTS}/shipshape-results.html"
docker compose exec -T cli /usr/local/bin/shipshape -o simple > "${DREVOPS_CI_ARTIFACTS}/shipshape-results.html"
fi
- run:
name: Lint code with PHPCS
Expand Down

0 comments on commit f7bff60

Please sign in to comment.