Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #574 from keep-network/sthompson22/tenderly/summa-…
Browse files Browse the repository at this point in the history
…simlink

Tenderly: linky dinky

We've got another contract resolution issue on tenderly push. Giving it
the ol' symlink treatment so that we can push.

Gave this a shot from a migration folder on the keep-dev utility box and
it worked.
  • Loading branch information
Shadowfiend authored Apr 10, 2020
2 parents 023fabb + 84746f5 commit a3b1fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solidity/scripts/circleci-migrate-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ssh utilitybox << EOF
# referenced at two paths due to older dependencies, leading to problems
# resolving contracts during tenderly push.
ln -s node_modules/@openzeppelin @openzeppelin
ln -s node_modules/@summa-tx @summa-tx
tenderly login --authentication-method token --token $TENDERLY_TOKEN
tenderly push --networks $ETH_NETWORK_ID --tag tbtc \
--tag $GOOGLE_PROJECT_NAME --tag $BUILD_TAG || echo "tendery push failed :("
Expand Down

0 comments on commit a3b1fe3

Please sign in to comment.