Skip to content

Commit 74ecc86

Browse files
:doc: cleanup info and code regards legacy actions using GCP to build KB CLI release
1 parent e18e7cc commit 74ecc86

File tree

5 files changed

+2
-238
lines changed

5 files changed

+2
-238
lines changed

RELEASE.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,8 @@ The releases occur in an account in the Google Cloud (See [here](https://console
8686

8787
### To build the Kubebuilder CLI binaries:
8888

89-
A trigger `build-kb-release` is configured to call [build/cloudbuild.yaml](build/cloudbuild.yaml).
90-
This trigger will be executed when any new tag be published.
91-
The tags must be built from the release branch (Currently, `release-3`).
92-
93-
Also, we have a trigger to generate snapshots builds from the master branch.
94-
This trigger will call [build/cloudbuild_snapshot.yaml](build/cloudbuild_snapshot.yaml)
95-
when any change needs to be performed on master.
89+
A trigger GitHub action [release](.github/workflows/release.yml) is trigged when a new tag is pushed.
90+
This action will caall the job [./build/.goreleaser.yml](./build/.goreleaser.yml).
9691

9792
### To build the Kubebuilder-tools: (Artifacts required to use ENV TEST)
9893

build/build_kubebuilder.sh

Lines changed: 0 additions & 111 deletions
This file was deleted.

build/cloudbuild.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

build/cloudbuild_local.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

build/cloudbuild_snapshot.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)