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

Fix kubernetes-release-dev corruption #241

Merged
merged 1 commit into from
Jun 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix kubernetes-release-dev corruption
Move federation job off of a mirror of gs://kubernetes-release-dev

The equal buckets should just work (rsync to itself should be fine,
etc.), but if not, I'll fix it upstream.
  • Loading branch information
zmerlynn committed Jun 29, 2016
commit ed71cb9c7fa0be1660fd2690b73d4cdd46373a9d
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@
export FEDERATIONS_DOMAIN_MAP="federation=k8s-federation.com"
export KUBE_FASTBUILD=true
export KUBE_GCS_RELEASE_BUCKET=kubernetes-federation-release
export KUBE_GCS_RELEASE_BUCKET_MIRROR=kubernetes-federation-release
jobs:
- 'kubernetes-{build}'