Skip to content

Commit

Permalink
Publish nightly knative/serving releases to knative-nightly (knative#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and vagababov committed Nov 30, 2018
1 parent b0d2550 commit 5e3e388
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 31 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ 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
`$SERVING_RELEASE_GCR` (defaults to `gcr.io/knative-releases`) and the
`$SERVING_RELEASE_GCR` (defaults to `gcr.io/knative-nightly`) and the
destination GCS bucket is defined by the environment variable
`$SERVING_RELEASE_GCS` (defaults to `knative-releases/serving`). If no, the
`$SERVING_RELEASE_GCS` (defaults to `knative-nightly/serving`). 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
: ${SERVING_RELEASE_GCS:="knative-releases/serving"}
: ${SERVING_RELEASE_GCR:="gcr.io/knative-releases"}
: ${SERVING_RELEASE_GCS:="knative-nightly/serving"}
: ${SERVING_RELEASE_GCR:="gcr.io/knative-nightly"}
readonly SERVING_RELEASE_GCS
readonly SERVING_RELEASE_GCR

Expand Down
17 changes: 8 additions & 9 deletions vendor/github.com/knative/test-infra/scripts/e2e-tests.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 12 additions & 10 deletions vendor/github.com/knative/test-infra/scripts/library.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/knative/test-infra/scripts/release.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e3e388

Please sign in to comment.