Skip to content

Commit

Permalink
updating release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed May 7, 2024
1 parent 014ef8b commit 3690dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ jobs:
shell: bash
run: |
make start-e2e-import-mainnet-test
container_id=$(docker ps --filter "ancestor=orchestrator:latest" --format "{{.ID}}")
docker logs -f "${container_id}" & exit $(docker wait "${container_id}")
- name: Mark Job Complete Skipped
Expand Down

0 comments on commit 3690dba

Please sign in to comment.