The Runner is a super important part of the GitLab ecosystem. Builds, tests, deployments — you name it, and the Runner’s got you covered.In simple terms, Runners are agents that execute GitLab CI/...
Em um ambiente self-hosted, precisei configurar um runner para executar pipelines de CI/CD diretamente em uma VM Linux usando o executor shell. Abaixo explico como fiz isso do zero.
Pré-requi...