Skip to content

Commit

Permalink
chore: another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Oct 17, 2023
1 parent 10fed5d commit 28509a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dockerfile: cosmos
build-target: make install
build-env: |
- GOPRIVATE=github.com/circlefin/noble-cctp
- GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp
pre-build: |
mkdir -p ~/.ssh
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan github.com >> ~/.ssh/known_hosts
export GOPRIVATE=github.com/circlefin/noble-cctp
export GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp
git config --global --add url."[email protected]:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp"
git config --global --add url."[email protected]:noble-assets/cctp.git".insteadOf "https://github.com/noble-assets/cctp"
Expand Down

0 comments on commit 28509a0

Please sign in to comment.