Skip to content

Commit

Permalink
Merge pull request #6 from cert-manager/self-upgrade
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade into main
  • Loading branch information
jetstack-bot authored Jan 22, 2024
2 parents baae248 + 506b9de commit 3b5037d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/cert-manager
- folder_name: executable
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/executable
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/generate-verify
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
repo_path: modules/tools
2 changes: 1 addition & 1 deletion make/_shared/executable/01_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ endef
## for all release platforms and architectures. Additionally,
## this will create a checksums file, sboms and sign the binaries.
## @category [shared] Build
exe-publish: | $(NEEDS_GO) $(NEEDS_GORELEASER) $(NEEDS_SYFT)
exe-publish: | $(NEEDS_GO) $(NEEDS_GORELEASER) $(NEEDS_SYFT) $(NEEDS_YQ)
$(eval go_releaser_path := $(bin_dir)/scratch/exe-publish)
rm -rf $(CURDIR)/$(go_releaser_path)

Expand Down

0 comments on commit 3b5037d

Please sign in to comment.