Skip to content

Commit

Permalink
:doc: cleanup info and code regards legacy actions using GCP to build…
Browse files Browse the repository at this point in the history
… KB CLI release
  • Loading branch information
camilamacedo86 committed Jan 13, 2023
1 parent e18e7cc commit 74ecc86
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 238 deletions.
9 changes: 2 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,8 @@ The releases occur in an account in the Google Cloud (See [here](https://console

### To build the Kubebuilder CLI binaries:

A trigger `build-kb-release` is configured to call [build/cloudbuild.yaml](build/cloudbuild.yaml).
This trigger will be executed when any new tag be published.
The tags must be built from the release branch (Currently, `release-3`).

Also, we have a trigger to generate snapshots builds from the master branch.
This trigger will call [build/cloudbuild_snapshot.yaml](build/cloudbuild_snapshot.yaml)
when any change needs to be performed on master.
A trigger GitHub action [release](.github/workflows/release.yml) is trigged when a new tag is pushed.
This action will caall the job [./build/.goreleaser.yml](./build/.goreleaser.yml).

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

Expand Down
111 changes: 0 additions & 111 deletions build/build_kubebuilder.sh

This file was deleted.

47 changes: 0 additions & 47 deletions build/cloudbuild.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions build/cloudbuild_local.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions build/cloudbuild_snapshot.yaml

This file was deleted.

0 comments on commit 74ecc86

Please sign in to comment.