Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the default to add web3 env config to everything using the Image function. #238

Merged
merged 5 commits into from Aug 27, 2019

Adding to one more place

  • Loading branch information
Freydal committed Aug 27, 2019
commit 95325d14bcc83824e32fb2b14fa36ed4756ed2a4
@@ -33,7 +33,7 @@ local KosuGeth(name) = Image(name, "kosu-test-geth:latest") {
"depends_on": ["clone"],
},

Image("build-project", "node-lts:latest") {
Image("build-project", "node-lts:latest") + GethConfig() {
"commands": [
"yarn",
"yarn setup:ci",
@@ -24,6 +24,9 @@ steps:
- cd packages/kosu-system-contracts
- yarn migrate:ci
- WEB3_URI=http://go-kosu-ci-geth:8545 yarn migrate:ci
environment:
WEB3_URI: http://kosu-geth:8545
WEB3_URI_WS: ws://kosu-geth:8546
depends_on:
- clone

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.