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

test

parent 5adfaddd
No related branches found
No related tags found
No related merge requests found
Pipeline #946 passed
......@@ -11,8 +11,9 @@ build-faircoind:
- master
variables:
- $CMD =~ /build/
# before_script:
# - mkdir -p ~/.faircoin2
before_script:
- mkdir -p ~/.faircoin2
- echo "TEST" > ~/.faircoin2/test.txt
script:
- docker-compose build
......
......@@ -15,6 +15,6 @@ services:
command: '-disablewallet -conf="${FAIRCOIN_CONF}"'
# command: '-disablewallet -conf="${FAIRCOIN_CONF}" -blocknotify="${BLOCKNOTIFY}"'
network_mode: "host"
user: "$GITLAB_RUNNER_UID:$GITLAB_RUNNER_GID"
user: "${GITLAB_RUNNER_UID}:${GITLAB_RUNNER_GID}"
volumes:
- ~/.faircoin2:/home/faircoin/.faircoin2
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