Skip to content

Commit

Permalink
updated pipeline name
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Jun 26, 2024
1 parent a7a7926 commit ad7fd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
if: ${{ github.event.inputs.skip_checks != 'true' }}
shell: bash
run: |
make start-e2e-import-mainnet-upgrade
make start-upgrade-import-mainnet-test
container_id=$(docker ps --filter "ancestor=orchestrator:latest" --format "{{.ID}}")
docker logs -f "${container_id}" & exit $(docker wait "${container_id}")
Expand Down

0 comments on commit ad7fd54

Please sign in to comment.