Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added release automation #78

Merged
merged 1 commit into from
Apr 19, 2018
Merged

Conversation

droot
Copy link
Contributor

@droot droot commented Apr 19, 2018

Highlights:

  • Uses GoReleaser for building and publishing releases to Github
  • Remove testing during the build process (will do done through Travis
    as presubmit)

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 19, 2018
@droot droot requested a review from pwittrock April 19, 2018 20:24
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 19, 2018
args: ["bash", "-c", "ls | grep -v tar.gz | xargs rm -rf"]
- 'KUBERNETES_VERSION=1.9'
secretEnv: ['GITHUB_TOKEN']
secrets:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this stuff

args: ['-h', 'Content-Type:application/gzip', 'cp', '-a', 'public-read', 'kubebuilder_master_linux_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_linux_amd64.tar.gz']
- name: 'gcr.io/cloud-builders/gsutil'
args: ['-h', 'Content-Type:application/gzip', 'cp', '-a', 'public-read', 'kubebuilder_master_darwin_amd64.tar.gz', 'gs://kubebuilder-release/kubebuilder_master_darwin_amd64.tar.gz']
secrets:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this too

Highlights:

Uses GoReleaser for building and publishing releases to Github
Remove testing during the build process (will do done through Travis
as presubmit)
@pwittrock pwittrock merged commit c8635da into kubernetes-sigs:master Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants