Skip to content

Commit

Permalink
ci: remove hermes build
Browse files Browse the repository at this point in the history
The fork repo for hermes was reset, so the referenced workflow no longer
exists. This was causing an HTTP 422 in the build logic. Removing hermes
references to sidestep the problem and unbreak preview deploys.
  • Loading branch information
conorsch committed Feb 1, 2024
1 parent f0ecf22 commit b32e787
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,30 +146,6 @@ jobs:
cd deployments/
./scripts/gha-repository-dispatch penumbra-zone/galileo
hermes:
runs-on: ubuntu-latest
needs:
- penumbra
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4

# We use the GHA Repository Dispatch functionality to trigger a container
# build in the penumbra-zone/hermes repo.
- name: Trigger remote build
shell: bash
env:
GITHUB_PAT: ${{ secrets.GH_PAT }}
run: |-
export PENUMBRA_VERSION='${{ github.event.inputs.image_tag || github.ref_name }}'
# Hermes only runs against public testnets, so we need only build tags, but for now
# we build even on main, to ensure a working build as ibc code changes.
cd deployments/
./scripts/gha-repository-dispatch penumbra-zone/hermes
relayer:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit b32e787

Please sign in to comment.