mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #21719 from david-mcmahon/gcs-release
Remove redundant call of kube::release::gcs::release.
This commit is contained in:
		@@ -15,8 +15,9 @@
 | 
				
			|||||||
# limitations under the License.
 | 
					# limitations under the License.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build a Kubernetes release.  This will build the binaries, create the Docker
 | 
					# Build a Kubernetes release.  This will build the binaries, create the Docker
 | 
				
			||||||
# images and other build artifacts.  All intermediate artifacts will be hosted
 | 
					# images and other build artifacts.
 | 
				
			||||||
# publicly on Google Cloud Storage currently.
 | 
					# For pushing these artifacts publicly on Google Cloud Storage, see the 
 | 
				
			||||||
 | 
					# associated build/push-* scripts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -o errexit
 | 
					set -o errexit
 | 
				
			||||||
set -o nounset
 | 
					set -o nounset
 | 
				
			||||||
@@ -38,4 +39,3 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
kube::build::copy_output
 | 
					kube::build::copy_output
 | 
				
			||||||
kube::release::package_tarballs
 | 
					kube::release::package_tarballs
 | 
				
			||||||
kube::release::gcs::release
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user