Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FairCoin.Co
jsonrpc-api
Commits
e6418b2f
Commit
e6418b2f
authored
Feb 20, 2021
by
TonyFord
Browse files
ts
parent
57fe3e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e6418b2f
...
...
@@ -53,13 +53,13 @@ create_wallet:
-
master
variables
:
-
$CMD =~ /create wallet/
-
$PASSPHRASE
-
$PASSWORD
-
$PASSPHRASE
!= ''
-
$PASSWORD
!= ''
before_script
:
-
export RUNNER_UID=`id -u`
-
export RUNNER_GID=`id -g`
script
:
-
docker-compose exec -T faircoin ./run_electrumfair create --passphrase ${PASSPHRASE} --password ${PASSWORD} --wallet /home/faircoin/.electrumfair/wallets/${WALLET:-default_wallet}
-
docker-compose exec -T faircoin ./
electrumfair/
run_electrumfair create --passphrase ${PASSPHRASE} --password ${PASSWORD} --wallet /home/faircoin/.electrumfair/wallets/${WALLET:-default_wallet}
stop
:
stage
:
stop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment