We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbf199 commit dd73bf1Copy full SHA for dd73bf1
.github/workflows/build_external.yml
@@ -58,12 +58,6 @@ jobs:
58
persist-credentials: false
59
path: chainlink
60
61
- - name: Add replace directive for chipingress
62
- working-directory: chainlink
63
- run: |
64
- echo 'replace github.com/smartcontractkit/chainlink-common/pkg/chipingress => ../chainlink-common/pkg/chipingress' >> go.mod
65
- go mod tidy
66
-
67
- name: Setup Go
68
uses: ./chainlink-common/.github/actions/setup-go
69
with:
0 commit comments