Skip to content

Commit

Permalink
BOT: run 'make upgrade-klone' and 'make generate'
Browse files Browse the repository at this point in the history
Signed-off-by: cert-manager-bot <[email protected]>
  • Loading branch information
cert-manager-bot committed Sep 18, 2024
1 parent e1db5f9 commit 04638bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_path: modules/boilerplate
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_path: modules/generate-verify
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_path: modules/help
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_path: modules/klone
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: bc83f8e485d6a9bc300489026240666cea8566f3
repo_hash: 890fc91ea961bd454bee0ce21a3511b0acfa2822
repo_path: modules/tools
2 changes: 1 addition & 1 deletion make/_shared/generate-verify/util/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ if ! diff \
then
echo
echo "Project '${projectdir}' is out of date."
echo "Please run '${*}'"
echo "Please run '${*}' or apply the above diffs"
exit 1
fi

0 comments on commit 04638bd

Please sign in to comment.