Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ block for CI/CD in [the future](./roadmap-2018.md)

You can install the latest release of the Build CRD by running:
```shell
kubectl create -f https://storage.googleapis.com/knative-releases/latest/release-build.yaml
kubectl create -f https://storage.googleapis.com/knative-releases/build/latest/release.yaml
```

Your account must have the `cluster-admin` role in order to do this. If your
Expand Down
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
[ -v KNATIVE_TEST_INFRA ] || exit 1

# Set default GCS/GCR
: ${BUILD_RELEASE_GCS:="knative-releases"}
: ${BUILD_RELEASE_GCS:="knative-releases/build"}
: ${BUILD_RELEASE_GCR:="gcr.io/knative-releases"}
readonly BUILD_RELEASE_GCS
readonly BUILD_RELEASE_GCR

# Local generated yaml file
readonly OUTPUT_YAML=release-build.yaml
readonly OUTPUT_YAML=release.yaml

# Script entry point

Expand Down