chore: Remove redundant sudo call #2
	
		
			
	
		
	
	
				
					
				
			This commit is contained in:
		| @@ -71,9 +71,9 @@ jobs: | ||||
|       - name: Install helm w/ plugins | ||||
|         run: | | ||||
|           curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null | ||||
|           apt install apt-transport-https --yes | ||||
|           echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list | ||||
|           apt update && apt install helm --yes | ||||
|           apt-get install apt-transport-https --yes | ||||
|           echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list | ||||
|           apt-get update && apt-get install helm --yes | ||||
|           helm plugin install https://github.com/chartmuseum/helm-push | ||||
|       - name: Package helm chart into archive | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user