gitlab-runner Questions
3
Im working on adding code quality to gitlab.
one of the step requires making changes to config.toml.
I have .gitlab-ci.yml at root level of project repository.and pipeline picks up this file.
where...
Ronen asked 18/8, 2021 at 10:31
2
when trying to use a secret variable with a value containing dollar sign on gitlab-ci secret variables it's not got variable value correctly.
Samphire asked 16/1, 2022 at 10:14
2
Solved
I'm new to Gitlab Pipelines and want to set up one for one of my Python projects.
I'm using the docker GitLab-runner container with this Configuration file:
version: '3'
services:
runner:
contain...
Newhall asked 25/5, 2022 at 17:4
1
© 2022 - 2024 — McMap. All rights reserved.