Skip to content

Commit

Permalink
Update poa-bridge-contracts branch on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed Oct 23, 2018
1 parent 754875d commit 0ed18c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-script/bridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN apt-get clean
RUN git clone https://github.com/poanetwork/bridge-nodejs.git
WORKDIR /bridge-nodejs
RUN git fetch && git checkout support-erc20-native-#81
RUN cd submodules/poa-bridge-contracts && git submodule update --init --recursive && git fetch && git checkout erc20-to-native-#79
RUN cd submodules/poa-bridge-contracts && git submodule update --init --recursive
RUN npm install
2 changes: 1 addition & 1 deletion e2e-script/contracts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir submodules && \
mv poa-bridge-contracts submodules && \
cd submodules/poa-bridge-contracts && \
git fetch && \
git checkout erc20-to-native-#79
git checkout develop

RUN cd submodules/poa-bridge-contracts && \
npm install && \
Expand Down

0 comments on commit 0ed18c7

Please sign in to comment.