Skip to content

Commit f5c6484

Browse files
Kidswissgithub-actions[bot]
authored andcommitted
chore: accept new Cruft update
1 parent cf1e975 commit f5c6484

File tree

5 files changed

+6
-98
lines changed

5 files changed

+6
-98
lines changed

.cruft.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/vshn/appcat-cookiecutter",
3-
"commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86",
3+
"commit": "128d270ba199a581122ff74c2f82b8e3019490f0",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -13,7 +13,8 @@
1313
".github/workflows/cruft-update.yml",
1414
".github/changelog-configuration.json"
1515
],
16-
"_template": "https://github.com/vshn/appcat-cookiecutter"
16+
"_template": "https://github.com/vshn/appcat-cookiecutter",
17+
"_commit": "128d270ba199a581122ff74c2f82b8e3019490f0"
1718
}
1819
},
1920
"directory": null

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
token: ${{ secrets.COMPONENT_ACCESS_TOKEN }}
113113
title: 'PR for ${{ env.APP_NAME }} on ${{ steps.extract_branch.outputs.branch }}'
114-
body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.url }}"
114+
body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.html_url }}"
115115
branch: "${{ env.APP_NAME }}/${{ github.event.pull_request.number }}/${{ steps.extract_branch.outputs.branch }}"
116116
base: master
117117
draft: false

ci.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker-push-branchtag: docker-build-branchtag docker-push ## Push docker image w
3333
.PHONY: package-build
3434
package-build: docker-build
3535
rm -f package/*.xpkg
36-
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG}-func -o package/package.xpkg
36+
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG} -o package/package.xpkg
3737

3838
.PHONY: package-push
3939
package-push: package-build
@@ -44,7 +44,7 @@ package-build-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD
4444
package-build-branchtag: docker-build-branchtag package-build
4545

4646
.PHONY: package-push-package-branchtag
47-
package-push-package-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
47+
package-push-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
4848
package-push-branchtag: package-build-branchtag package-push
4949

5050
.PHONY: docker-build-local

kind/config.yaml

-25
This file was deleted.

kind/kind.mk

-68
This file was deleted.

0 commit comments

Comments
 (0)