Skip to content

Commit

Permalink
Fix docker CI error output
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Dec 17, 2024
1 parent e88c36a commit 07848a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Show docker status
run: |
ansible -v -i environments/docker/inventory --become "docker" \
ansible -v -i environments/docker/inventory --become "container_infra" \
-m command -a "/usr/bin/docker ps -a"
if: failure()

Expand All @@ -169,7 +169,7 @@ jobs:

- name: Show sbs logs
run: |
ansible -v -i environments/docker/inventory --become "docker" \
ansible -v -i environments/docker/inventory --become "container_apps" \
-m command -a "/bin/sh -c '
if test -e /opt/sram/sbs/log/sbs.log; then
echo ===sbs log===;
Expand Down

0 comments on commit 07848a4

Please sign in to comment.