mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Fix git tag recovery in cloud build.
Deleted in previous PR. Hard to test locally.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
steps:
|
||||
- name: "gcr.io/cloud-builders/git"
|
||||
args: [fetch, --tags, --depth=100]
|
||||
- name: goreleaser/goreleaser
|
||||
entrypoint: /bin/sh
|
||||
args: ["releasing/cloudbuild.sh"]
|
||||
|
||||
Reference in New Issue
Block a user