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
f03ae81e
Commit
f03ae81e
authored
Feb 25, 2021
by
TonyFord
Browse files
ts
parent
f07a471d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f03ae81e
...
...
@@ -18,7 +18,7 @@ build:
refs
:
-
master
variables
:
-
$CMD =~ /
^
build
$
/
-
$CMD =~ /build/
before_script
:
-
export RUNNER_UID=`id -u`
-
export RUNNER_GID=`id -g`
...
...
@@ -40,7 +40,7 @@ init:
refs
:
-
master
variables
:
-
$CMD =~ /
^
build
$|^
init
$
/
-
$CMD =~ /build
|
init/
before_script
:
-
export RUNNER_UID=`id -u`
-
export RUNNER_GID=`id -g`
...
...
@@ -69,7 +69,7 @@ start:
refs
:
-
master
variables
:
-
$CMD =~ /
^
build
$|^
init
$|^
start
$
/
-
$CMD =~ /build
|
init
|
start/
before_script
:
-
export RUNNER_UID=`id -u`
-
export RUNNER_GID=`id -g`
...
...
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