Skip to content
Snippets Groups Projects
Commit 79039098 authored by TonyFord's avatar TonyFord
Browse files

copy FAIRCOIN_CONF to ~/.faircoin2/faircoin.conf

parent a482c55c
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ build-faircoind:
- $CMD =~ /build/
before_script:
- mkdir -p ~/.faircoin2
- source ${FAIRCOIN_CONF}
- echo -e "rpcconnect=${rpcconnect}\nrpcport=${rpcport}\nrpcuser=${rpcuser}\nrpcpassword=${rpcpassword}\ntxindex=1" > ~/.faircoin2/faircoin.conf
- cp ${FAIRCOIN_CONF} ~/.faircoin2/faircoin.conf
# - source ${FAIRCOIN_CONF}
# - echo -e "rpcconnect=${rpcconnect}\nrpcport=${rpcport}\nrpcuser=${rpcuser}\nrpcpassword=${rpcpassword}\ntxindex=1" > ~/.faircoin2/faircoin.conf
script:
- docker-compose down
- docker-compose build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment