Setting Up a Local GitLab Runner on Linux machine and Configuring the runner on Gitlab Pipeline.
What is Gitlab Runner ?
GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline.
How to install Gitlab-runner on linux (Ubuntu) 64-bit machine ?
Step 1. Run this command on your Linux terminal:
sudo curl -L --output /us...
ritik3311.hashnode.dev2 min read