mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Update comment on release.sh to reflect new release repo
This commit is contained in:
		@@ -16,8 +16,10 @@
 | 
			
		||||
 | 
			
		||||
# Build a Kubernetes release.  This will build the binaries, create the Docker
 | 
			
		||||
# images and other build artifacts.
 | 
			
		||||
# For pushing these artifacts publicly on Google Cloud Storage, see the
 | 
			
		||||
# associated build/push-* scripts.
 | 
			
		||||
#
 | 
			
		||||
# For pushing these artifacts publicly to Google Cloud Storage or to a registry
 | 
			
		||||
# please refer to the kubernetes/release repo at
 | 
			
		||||
# https://github.com/kubernetes/release.
 | 
			
		||||
 | 
			
		||||
set -o errexit
 | 
			
		||||
set -o nounset
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user