chore: Remove redundant sudo
	
		
			
	
		
	
	
				
					
				
			This commit is contained in:
		| @@ -66,7 +66,7 @@ jobs: | |||||||
|           sed -i 's/{{ image_tag }}/'${{ steps.sem_rel.outputs.version }}'/g' charts/spamasaurusrex/values.yaml |           sed -i 's/{{ image_tag }}/'${{ steps.sem_rel.outputs.version }}'/g' charts/spamasaurusrex/values.yaml | ||||||
|       - name: Install helm w/ plugins |       - name: Install helm w/ plugins | ||||||
|         run: | |         run: | | ||||||
|           curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null |           curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null | ||||||
|           apt install apt-transport-https --yes |           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 |           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 update && apt install helm --yes | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user