mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #3268 from cevich/meta_track_repo
Cirrus: Track VM Image calling GCE project
This commit is contained in:
		
						commit
						ba36a5f446
					
				| 
						 | 
				
			
			@ -32,6 +32,7 @@ ARGS="--update-labels=last-used=$(date +%s)"
 | 
			
		|||
# optional
 | 
			
		||||
[[ -z "$BUILDID" ]] || ARGS="$ARGS --update-labels=build-id=$BUILDID"
 | 
			
		||||
[[ -z "$REPOREF" ]] || ARGS="$ARGS --update-labels=repo-ref=$REPOREF"
 | 
			
		||||
[[ -z "$GCPPROJECT" ]] || ARGS="$ARGS --update-labels=project=$GCPPROJECT"
 | 
			
		||||
 | 
			
		||||
gcloud config set account "$GCPNAME"
 | 
			
		||||
gcloud config set project "$GCPPROJECT"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue