Renamed CLOUDBUID_ANNOTATION from google.com/cloudbuild to google.com/cloudbuild-project-slug

This commit is contained in:
ebarrios
2020-09-23 17:28:43 +02:00
parent e3d9a11d45
commit 631d59e5bd
@@ -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 () => {