Avoid SIGPIPE in workflow container listing
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Show running containers
|
- name: Show running containers
|
||||||
run: sudo docker ps --format "table {{.Names}}\t{{.Status}}" | head -30
|
run: sudo docker ps --format "table {{.Names}}\t{{.Status}}" | head -30 || true
|
||||||
|
|
||||||
deploy-dev:
|
deploy-dev:
|
||||||
if: ${{ github.ref == 'refs/heads/dev' }}
|
if: ${{ github.ref == 'refs/heads/dev' }}
|
||||||
@@ -145,4 +145,4 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Show running containers
|
- name: Show running containers
|
||||||
run: sudo docker ps --format "table {{.Names}}\t{{.Status}}" | head -30
|
run: sudo docker ps --format "table {{.Names}}\t{{.Status}}" | head -30 || true
|
||||||
|
|||||||
Reference in New Issue
Block a user