Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Jul 31, 2020
1 parent 54f0a44 commit 26a117d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update -y && \
ENV PYTHONPATH "/usr/lib/python3.8/:/usr/local/lib/python3.8/dist-packages/:/work:/work/banhammer:/work/hmt-servers"

COPY package.json /work/
RUN npm install
RUN cd /work && npm install

# Pin to specific version that's guaranteed to work
RUN pip3 install pipenv
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- eth_kvstore_addr:/deployed-kvstore
- ./minio:/data
- .:/work
command: sh -c "rm /deployed-hmtoken/hmt.address.json; curl --retry 10 --retry-connrefused --retry-max-time 10 http://ganache:8545; npm run test; /work/bin/wait_then_run"
command: sh -c "rm /deployed-hmtoken/hmt.address.json; curl --retry 10 --retry-connrefused --retry-max-time 10 http://ganache:8545; cd /work && npm run test; ./bin/wait_then_run"

ganache:
image: trufflesuite/ganache-cli:latest
Expand Down

0 comments on commit 26a117d

Please sign in to comment.