Skip to content

Commit

Permalink
Update contract version to 2.3.2 on e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed May 24, 2019
1 parent 34f141c commit 08c53a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ RUN mkdir submodules && \
mv poa-bridge-contracts submodules && \
cd submodules/poa-bridge-contracts && \
git fetch && \
git checkout 2.3.1
git checkout 2.3.2

RUN npm install --unsafe-perm

RUN cd submodules/poa-bridge-contracts && \
npm install && \
./node_modules/.bin/truffle compile && \
cd deploy && \
rm package-lock.json && \
npm install

ADD . .
Expand Down

0 comments on commit 08c53a8

Please sign in to comment.