mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
Merge pull request #3268 from cevich/meta_track_repo
Cirrus: Track VM Image calling GCE project
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user