Skip to content

Commit

Permalink
remove docker command release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ihardy committed Nov 13, 2024
1 parent 82003a6 commit c27bd44
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
name: integration-test-results
path: service/build/test-results/integrationTest/

- name: Capture container output
if: always()
run: |
cd tools/testing
docker ps -a > ps.log
docker logs `docker ps -a | grep "minio_setup" | cut -d " " -f 1` > minioSetup.log
docker logs `docker ps | grep "minio_tests" | cut -d " " -f 1` > minio.log
docker logs `docker ps | grep "testing_kafka" | cut -d " " -f 1` > kafka.log
docker logs `docker ps | grep "testing_pg" | cut -d " " -f 1` > postgres.log
docker logs `docker ps | grep "testing_zookeeper" | cut -d " " -f 1` > zookeeper.log
- name: Upload container logs
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c27bd44

Please sign in to comment.