Skip to content

Commit

Permalink
Publish nightly knative/eventing releases to knative-nightly (#651)
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 e75b035 commit c35ea28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hack/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ releases, a tag is always 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_RELEASE_GCR` (defaults to `gcr.io/knative-releases`) and
`$EVENTING_RELEASE_GCR` (defaults to `gcr.io/knative-nightly`) and
the destination GCS bucket is defined by the environment variable
`$EVENTING_RELEASE_GCS` (defaults to `knative-releases/eventing`). If no, the
`$EVENTING_RELEASE_GCS` (defaults to `knative-nightly/eventing`). 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_RELEASE_GCS:="knative-releases/eventing"}
: ${EVENTING_RELEASE_GCR:="gcr.io/knative-releases"}
: ${EVENTING_RELEASE_GCS:="knative-nightly/eventing"}
: ${EVENTING_RELEASE_GCR:="gcr.io/knative-nightly"}
readonly EVENTING_RELEASE_GCS
readonly EVENTING_RELEASE_GCR

Expand Down
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/e2e-tests.sh

readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://knative-releases.storage.googleapis.com/eventing-sources/latest/release.yaml
readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://knative-nightly.storage.googleapis.com/eventing-sources/latest/release.yaml

# Names of the Resources used in the tests.
readonly E2E_TEST_NAMESPACE=e2etest
Expand Down

0 comments on commit c35ea28

Please sign in to comment.