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
support
deploy-runner
Commits
a0598ae6
Commit
a0598ae6
authored
Jan 20, 2021
by
U-PALLAS\cameo
Browse files
IMPROVE update runner name in scripts
parent
93c3cd2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
register
View file @
a0598ae6
...
...
@@ -4,7 +4,7 @@ import subprocess
import
os
import
shlex
register_command_template
=
(
"./gitlab-
ci-multi-
runner register "
register_command_template
=
(
"./gitlab-runner register "
"--non-interactive "
"--locked "
"--executor shell "
...
...
run
View file @
a0598ae6
...
...
@@ -4,7 +4,7 @@ import subprocess
import
os
import
shlex
run_command_template
=
(
"./gitlab-
ci-multi-
runner run "
run_command_template
=
(
"./gitlab-runner run "
"--config {config_path} "
)
def
main
():
default_hostname
=
os
.
getenv
(
'HOSTNAME'
).
split
(
'.'
)[
-
1
]
...
...
Write
Preview
Markdown
is supported
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