File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ RUN apt-get clean
1010RUN git clone https://github.com/poanetwork/bridge-nodejs.git
1111WORKDIR /bridge-nodejs
1212RUN git fetch && git checkout support-erc20-native-#81
13- RUN cd submodules/poa-bridge-contracts && git submodule update --init --recursive && git fetch && git checkout erc20-to-native-#79
13+ RUN cd submodules/poa-bridge-contracts && git submodule update --init --recursive
1414RUN npm install
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN mkdir submodules && \
99 mv poa-bridge-contracts submodules && \
1010 cd submodules/poa-bridge-contracts && \
1111 git fetch && \
12- git checkout erc20-to-native-#79
12+ git checkout develop
1313
1414RUN cd submodules/poa-bridge-contracts && \
1515 npm install && \
You can’t perform that action at this time.
0 commit comments