Skip to content

Commit

Permalink
Merge pull request #129 from commerceblock/fix/docker-tests
Browse files Browse the repository at this point in the history
Remove unnecessary bitcoind call in Dockerfile.tests
  • Loading branch information
Nikos Kostoulas authored Jan 23, 2020
2 parents b56d342 + a0d970c commit 5220b11
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,9 @@ RUN set -x \

RUN set -ex \
&& cd $HOME \
&& mkdir $HOME/.bitcoin \
&& printf '%s\n' '#!/bin/sh' 'rpcuser=user' \
'rpcpassword=pass' \
'rpcport=18443' \
'keypool=0' \
'deprecatedrpc=signrawtransaction' \
'server=1' \
'regtest=1' \
'daemon=1' \
'txindex=1' > ~/.bitcoin/bitcoin.conf \
&& wget ${PKG_URL} \
&& tar zxvf ${PKG} \
&& export PATH=$PATH:$HOME/bitcoin-${PKG_VER}/bin \
&& bitcoind \
&& /go/src/mainstay/scripts/run-tests.sh

COPY docker-entrypoint.sh /
Expand Down

0 comments on commit 5220b11

Please sign in to comment.