mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			306 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			306 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| package(default_visibility = ["//visibility:public"])
 | |
| 
 | |
| licenses(["notice"])
 | |
| 
 | |
| load("@io_bazel_rules_go//go:def.bzl", "go_prefix")
 | |
| load("@io_kubernetes_build//defs:build.bzl", "gcs_upload")
 | |
| 
 | |
| go_prefix("k8s.io/kubernetes")
 | |
| 
 | |
| gcs_upload(
 | |
|     name = "ci-artifacts",
 | |
|     data = [
 | |
|         "//build/debs",
 | |
|     ],
 | |
| )
 |