Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Publish nightly knative/eventing-sources releases to knative-nightly (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed Nov 30, 2018
1 parent bd541e9 commit 4338ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hack/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ added.*
* `--publish`, `--nopublish` Whether the generated images should be published
to a GCR, and the generated manifests written to a GCS bucket or not. If yes,
the destination GCR is defined by the environment variable
`$EVENTING_SOURCES_RELEASE_GCR` (defaults to `gcr.io/knative-releases`) and
`$EVENTING_SOURCES_RELEASE_GCR` (defaults to `gcr.io/knative-nightly`) and
ther destination GCS bucket is defined by the environment variable
`$EVENTING_SOURCES_RELEASE_GCS` (defaults to
`knative-releases/eventing-sources`). If no, the images will be pushed to the
`knative-nightly/eventing-sources`). If no, the images will be pushed to the
`ko.local` registry, and the manifests written to the local disk only (in the
repository root directory).

Expand Down
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/release.sh

# Set default GCS/GCR
: ${EVENTING_SOURCES_RELEASE_GCS:="knative-releases/eventing-sources"}
: ${EVENTING_SOURCES_RELEASE_GCR:="gcr.io/knative-releases"}
: ${EVENTING_SOURCES_RELEASE_GCS:="knative-nightly/eventing-sources"}
: ${EVENTING_SOURCES_RELEASE_GCR:="gcr.io/knative-nightly"}
readonly EVENTING_SOURCES_RELEASE_GCS
readonly EVENTING_SOURCES_RELEASE_GCR

Expand Down

0 comments on commit 4338ed7

Please sign in to comment.