Skip to content

Commit

Permalink
Merge pull request #1558 from cert-manager/self-upgrade-master
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade-master into master
  • Loading branch information
cert-manager-prow[bot] authored Sep 20, 2024
2 parents 2087fd2 + 346c897 commit 95d5e76
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 95d5e76

Please sign in to comment.