Skip to content

Commit

Permalink
chore: accept new Cruft update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss authored and github-actions[bot] committed Sep 3, 2024
1 parent cf1e975 commit 19ca4f7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/vshn/appcat-cookiecutter",
"commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86",
"commit": "128d270ba199a581122ff74c2f82b8e3019490f0",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
token: ${{ secrets.COMPONENT_ACCESS_TOKEN }}
title: 'PR for ${{ env.APP_NAME }} on ${{ steps.extract_branch.outputs.branch }}'
body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.url }}"
body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.html_url }}"
branch: "${{ env.APP_NAME }}/${{ github.event.pull_request.number }}/${{ steps.extract_branch.outputs.branch }}"
base: master
draft: false
Expand Down
4 changes: 2 additions & 2 deletions ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker-push-branchtag: docker-build-branchtag docker-push ## Push docker image w
.PHONY: package-build
package-build: docker-build
rm -f package/*.xpkg
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG}-func -o package/package.xpkg
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG} -o package/package.xpkg

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

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

.PHONY: docker-build-local
Expand Down
25 changes: 0 additions & 25 deletions kind/config.yaml

This file was deleted.

68 changes: 0 additions & 68 deletions kind/kind.mk

This file was deleted.

0 comments on commit 19ca4f7

Please sign in to comment.