Skip to content

Commit 0ed18c7

Browse files
committed
Update poa-bridge-contracts branch on Dockerfile
1 parent 754875d commit 0ed18c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e-script/bridge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ RUN apt-get clean
1010
RUN git clone https://github.com/poanetwork/bridge-nodejs.git
1111
WORKDIR /bridge-nodejs
1212
RUN 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
1414
RUN npm install

e2e-script/contracts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1414
RUN cd submodules/poa-bridge-contracts && \
1515
npm install && \

0 commit comments

Comments
 (0)