Removed contracts-2.2.0 module
This commit is contained in:
parent
27ec83048f
commit
e2cc5e17b0
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "contracts"]
|
||||
path = contracts
|
||||
url = https://github.com/poanetwork/poa-bridge-contracts.git
|
||||
[submodule "contracts-2.2.0"]
|
||||
path = contracts-2.2.0
|
||||
url = https://github.com/poanetwork/poa-bridge-contracts.git
|
||||
|
@ -17,9 +17,6 @@ COPY contracts contracts
|
||||
RUN yarn workspace poa-parity-bridge-contracts run compile
|
||||
RUN cd contracts/deploy && rm -f package-lock.json && npm install
|
||||
|
||||
COPY contracts-2.2.0 contracts-2.2.0
|
||||
RUN cd contracts-2.2.0 && rm -f package-lock.json && npm install --silent && npm install --silent truffle@4.1.11 && npm run compile && cd deploy && rm -f package-lock.json && npm install --silent && npm install --silent web3@1.0.0-beta.33
|
||||
|
||||
COPY ui ui
|
||||
RUN yarn workspace ui run compile:contracts && yarn workspace ui run postinstall
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 46151629adb3dd20e6fb47d4ba91b88c6d388c4f
|
Loading…
Reference in New Issue
Block a user