Skip to content

Commit

Permalink
[FAB-2343] Fix duplicate dir in testenv Dockerfile
Browse files Browse the repository at this point in the history
https://jira.hyperledger.org/browse/FAB-2343

Both `PEER_CFG_PATH` and `ORDERER_CFG_PATH` point to the same location. No
need to invoke them both in the `mkdir` call.

Change-Id: I9ad06c17f53ce4e587c8aa7a69964e1f67aa30c2
Signed-off-by: Kostas Christidis <kostas@christidis.io>
  • Loading branch information
kchristidis committed Feb 17, 2017
1 parent 23022d7 commit ee2828b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/testenv/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV ORDERER_GENERAL_LOCALMSPDIR $ORDERER_CFG_PATH/msp/sampleconfig
# create needed directories
RUN mkdir -p \
$PEER_CFG_PATH \
$ORDERER_CFG_PATH \
/var/hyperledger/production

# fabric configuration files
Expand Down

0 comments on commit ee2828b

Please sign in to comment.