Skip to content

Commit

Permalink
Revert "Merge pull request kubernetes#28193 from zmerlynn/pull-ci-els…
Browse files Browse the repository at this point in the history
…ewhere"

This reverts commit d965b47, reversing
changes made to 08a28e5.
  • Loading branch information
zmerlynn committed Jun 29, 2016
1 parent 8e1eb3f commit 950814d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Finally, you can just print the latest or stable version:
You can also use the gsutil tool to explore the Google Cloud Storage release buckets. Here are some examples:

```sh
gsutil cat gs://kubernetes-release-dev/ci/latest.txt # output the latest ci version number
gsutil cat gs://kubernetes-release-dev/ci/latest-green.txt # output the latest ci version number that passed gce e2e
gsutil ls gs://kubernetes-release-dev/ci/v0.20.0-29-g29a55cc/ # list the contents of a ci release
gsutil cat gs://kubernetes-release/ci/latest.txt # output the latest ci version number
gsutil cat gs://kubernetes-release/ci/latest-green.txt # output the latest ci version number that passed gce e2e
gsutil ls gs://kubernetes-release/ci/v0.20.0-29-g29a55cc/ # list the contents of a ci release
gsutil ls gs://kubernetes-release/release # list all official releases and rcs
```

Expand Down

0 comments on commit 950814d

Please sign in to comment.