Remove extra }

This commit is contained in:
Andrey Radchishin
2023-12-21 09:09:45 -05:00
parent 6c752ebebf
commit 70b5176a33

View File

@@ -61,7 +61,7 @@ LABEL register="podman run -it --rm \
--secret=REGISTRATION_TOKEN,type=env \
-v ./config.toml:/etc/gitlab-runner/config.toml:Z \
-e REGISTER_NON_INTERACTIVE=true \
-e CI_SERVER_URL=${GITLAB_URL}} \
-e CI_SERVER_URL=${GITLAB_URL} \
-e RUNNER_NAME=pipglr \
-e RUNNER_EXECUTOR=docker \
-e RUNNER_SHELL=bash \