Skip to content

Commit

Permalink
chore: upgrade connext to 7.0.0 (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored Jul 30, 2020
1 parent c60a107 commit 272fef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/simulation/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ then
pushd temp
git clone https://github.com/ConnextProject/indra.git
cd indra
git checkout indra-7.0.0-alpha.14
git checkout indra-7.0.0
make
popd
fi
Expand Down
2 changes: 1 addition & 1 deletion test/simulation/docker-connext/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ WORKDIR /app

RUN git clone https://github.com/connext/rest-api-client.git
RUN cd rest-api-client && git pull
RUN cd rest-api-client && git checkout fe1876a0411e0b9928825ae51104e16a9fd7b787
RUN cd rest-api-client && git checkout 0ae160790faa6b5bc6b33114d726e1a3eb2fcfa3
RUN cd rest-api-client && npm install && npm run build

0 comments on commit 272fef1

Please sign in to comment.