Pipeline
[Centos7] gitlab-runner 설치 및 연결
$ curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash //repository setup $ sudo yum -y install gitlab-runner //install gitlab-runner 깃랩을 설치해주고.. $ sudo gitlab-runner registor 연결을 해주기위해 레지스터 등록을 해준다. Enter the GitLab instance URL (for example, https://gitlab.com/): Enter the registration token: Enter a description for the runner: Enter tags for ..