Skip to content

Commit

Permalink
Save release artifacts only after building from source (knative-exten…
Browse files Browse the repository at this point in the history
…sions#1453)

Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>

Co-authored-by: Pierangelo Di Pilato <pdipilat@redhat.com>
  • Loading branch information
knative-prow-robot and pierDipi authored Nov 10, 2021
1 parent 3458ef4 commit 897f426
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ fi

if ! ${SKIP_INITIALIZE}; then
initialize $@ --skip-istio-addon
save_release_artifacts || fail_test "Failed to save release artifacts"
fi

save_release_artifacts || fail_test "Failed to save release artifacts"

if ! ${LOCAL_DEVELOPMENT}; then
scale_controlplane kafka-controller kafka-webhook-eventing eventing-webhook eventing-controller
apply_sacura || fail_test "Failed to apply Sacura"
Expand Down

0 comments on commit 897f426

Please sign in to comment.