From 5fe23e8c0a6c2103e65a9a8e1008fb1a91a723bd Mon Sep 17 00:00:00 2001 From: Roman Barbun Date: Fri, 13 Dec 2024 15:14:37 +1100 Subject: [PATCH] Test. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b3c1d6451..306af6ad1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -271,7 +271,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 junit > "/app/.logs/test_results/shipshape-results.xml" || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-0}" -eq 1 ] + command: docker compose exec -T cli /usr/local/bin/shipshape -o junit > /app/.logs/test_results/shipshape-results.xml || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-0}" -eq 1 ] - run: name: Process test logs and artifacts command: |