skip to Main Content

How to install helm in travis pipeline – Debian

I am doing this to install helm in my travis job curl https://baltocdn.com/helm/signing.asc | sudo apt-key add - sudo apt-get install apt-transport-https --yes echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list sudo apt-get update sudo apt-get install helm And…

VIEW QUESTION

Errno 14 HTTPS Error 301 – Moved Permanently while installing Jenkins – yum install jenkins – CentOS

[root@###~]# yum install jenkins Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile base: mirror.myfahim.com extras: centos-hcm.viettelidc.com.vn updates: mirror.tino.org base | 3.6…

VIEW QUESTION
Back To Top
Search