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

move config to stage start

parent 56c5713a
No related branches found
No related tags found
No related merge requests found
Pipeline #1360 passed
......@@ -18,8 +18,8 @@ build-faircoind:
- export RUNNER_UID=`id -u`
- export RUNNER_GID=`id -g`
- mkdir -p ~/.faircoin2
- source ${FAIRCOIN_CONF}
- echo -e "rpcconnect=${rpcconnect}\nrpcport=${rpcport}\nrpcuser=${rpcuser}\nrpcpassword=${rpcpassword}\ntxindex=1" > ~/.faircoin2/faircoin.conf
# - source ${FAIRCOIN_CONF}
# - echo -e "rpcconnect=${rpcconnect}\nrpcport=${rpcport}\nrpcuser=${rpcuser}\nrpcpassword=${rpcpassword}\ntxindex=1" > ~/.faircoin2/faircoin.conf
- chmod +x ./script/blocknotify.sh
script:
- docker-compose stop
......@@ -42,6 +42,8 @@ start-faircoind:
script:
- docker-compose stop
- docker-compose down
- source ${FAIRCOIN_CONF}
- echo -e "rpcconnect=${rpcconnect}\nrpcport=${rpcport}\nrpcuser=${rpcuser}\nrpcpassword=${rpcpassword}\ntxindex=1" > ~/.faircoin2/faircoin.conf
- docker-compose up -d
stop-faircoind:
......
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