diff options
Diffstat (limited to 'ops/sync-gcsr')
-rw-r--r-- | ops/sync-gcsr/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/sync-gcsr/main.go b/ops/sync-gcsr/main.go index 7c60df9178b2..62c24a92cef0 100644 --- a/ops/sync-gcsr/main.go +++ b/ops/sync-gcsr/main.go @@ -54,7 +54,7 @@ func triggerBuild(commit string) { Manifest: string(manifest), Note: fmt.Sprintf("Build of 'master' at '%s'", commit), Tags: []string{ - "tazjins-depot", "master", + "depot", "master", }, } |