Skip to content

Commit

Permalink
Merge pull request #3157 from camilamacedo86/clean-release-info
Browse files Browse the repository at this point in the history
🌱 : cleanup info and code regards legacy actions using GCP to build KB CLI release
  • Loading branch information
k8s-ci-robot committed Jan 16, 2023
2 parents 9f8c026 + 74ecc86 commit 26f605e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 238 deletions.
9 changes: 2 additions & 7 deletions RELEASE.md
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 26f605e

Please sign in to comment.