OpenBSD GitLab Runner Setup
In an effort to automate the configuration of OpenBSD, this post will describe the basic setup of GitLab Runner to leverage GitLab CI/CD.
Tested on OpenBSD 7.1
Prerequisites
1: GitLab Repository
Create a new blank project with Visibility Level=Private
. A private repository is recommended since it will contain scripts to configure…