From 631d59e5bdd116ad1de90f775a06753d6f5f4027 Mon Sep 17 00:00:00 2001 From: ebarrios Date: Wed, 23 Sep 2020 17:28:43 +0200 Subject: [PATCH] Renamed CLOUDBUID_ANNOTATION from google.com/cloudbuild to google.com/cloudbuild-project-slug --- plugins/cloudbuild/src/components/useProjectName.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cloudbuild/src/components/useProjectName.ts b/plugins/cloudbuild/src/components/useProjectName.ts index 5f6752dce5..0c227f690d 100644 --- a/plugins/cloudbuild/src/components/useProjectName.ts +++ b/plugins/cloudbuild/src/components/useProjectName.ts @@ -17,7 +17,7 @@ import { useAsync } from 'react-use'; import { Entity } from '@backstage/catalog-model'; -export const CLOUDBUILD_ANNOTATION = 'google.com/cloudbuild'; +export const CLOUDBUILD_ANNOTATION = 'google.com/cloudbuild-project-slug'; export const useProjectName = (entity: Entity) => { const { value, loading, error } = useAsync(async () => {