Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install gitlab runner on centos

curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash
export GITLAB_RUNNER_DISABLE_SKEL=true; sudo -E yum install gitlab-runner
yum list gitlab-runner --showduplicates | sort -r
export GITLAB_RUNNER_DISABLE_SKEL=true; sudo -E yum install gitlab-runner-10.0.0-1
Comment

install gitlab-ce on centos

yum -y install gitlab-ce
Comment

install gitlab-ce on centos

curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
Comment

PREVIOUS NEXT
Code Example
Shell :: interact with docker container shell 
Shell :: sed substitute a word in a file by the content in another file 
Shell :: download atom for ubuntu 18.04 
Shell :: git clone only single file 
Shell :: git reset uncommitted changes 
Shell :: ubuntu delete all virtual hosts 
Shell :: github howto contribute fork 2 commits behind 
Shell :: Redirect output from within the shell script 
Shell :: docker-compose.yml ubuntu 
Shell :: how to restore default apache httpd conf file 
Shell :: bash array 
Shell :: delete a branch in git command 
Shell :: pwa install 
Shell :: gatsby-plugin-typography 
Shell :: create new branch 
Shell :: linux -ltr 
Shell :: samba check config 
Shell :: diskpart 
Shell :: shutdown shortcut ubuntu 
Shell :: php 7.4 raspberry pi 
Shell :: what is sudo in linux 
Shell :: move all subfolders to parent folder linux 
Shell :: EDIT WSL2 terminal user% 
Shell :: helm upgrade repos 
Shell :: kubernetes get persistent volume claims 
Shell :: gnu octave 
Shell :: visual studio 2022 cannot install nuget package 
Shell :: cors github 
Shell :: bash do-while 
Shell :: gitgraken pre-receive hook declined 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =