diff --git a/.circleci/config.yml b/.circleci/config.yml index f0044e62d..773f5e89e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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