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
Daniel Scheffler
py_tools_ds
Commits
bc3248c3
Commit
bc3248c3
authored
Aug 28, 2020
by
Daniel Scheffler
Browse files
Fixed duplicate flag.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
c8ad7247
Pipeline
#12020
failed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CI_docker/build_testsuite_image.sh
View file @
bc3248c3
...
@@ -29,7 +29,7 @@ read -p "Please enter gitlab runner name: " runner_name
...
@@ -29,7 +29,7 @@ read -p "Please enter gitlab runner name: " runner_name
echo
"New gitlab runner image will named
${
gitlab_runner
}
"
echo
"New gitlab runner image will named
${
gitlab_runner
}
"
docker
exec
-it
${
gitlab_runner
}
/bin/bash
-c
"
\
docker
exec
-it
${
gitlab_runner
}
/bin/bash
-c
"
\
export RUNNER_EXECUTOR=docker &&
\
export RUNNER_EXECUTOR=docker &&
\
gitlab-ci-multi-runner register
-n
\
gitlab-ci-multi-runner register
\
--non-interactive
\
--non-interactive
\
--executor 'docker'
\
--executor 'docker'
\
--docker-image '
${
tag
}
'
\
--docker-image '
${
tag
}
'
\
...
...
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