Skip to content

Commit

Permalink
fix/build-image-common: chainlink-relay --> chainlink-common (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 authored Nov 22, 2023
1 parent fb7d3b2 commit 8a907ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chainlink-testing-framework/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ inputs:
dep_atlas_sha:
required: false
description: atlas commit or branch
dep_relay_sha:
dep_common_sha:
required: false
description: chainlink-relay commit or branch
description: chainlink-common commit or branch
QA_AWS_REGION:
required: true
description: The AWS region to use
Expand Down Expand Up @@ -86,10 +86,10 @@ runs:
env:
GOPRIVATE: ${{ inputs.GOPRIVATE }}
run: go get github.com/smartcontractkit/atlas@${{ inputs.dep_atlas_sha }}
- name: Replace chainlink-relay deps
if: ${{ inputs.dep_relay_sha }}
- name: Replace chainlink-common deps
if: ${{ inputs.dep_common_sha }}
shell: bash
run: go get github.com/smartcontractkit/chainlink-relay@${{ inputs.dep_relay_sha }}
run: go get github.com/smartcontractkit/chainlink-common@${{ inputs.dep_common_sha }}
- name: Tidy
shell: bash
env:
Expand Down

0 comments on commit 8a907ce

Please sign in to comment.