Skip to content

Commit

Permalink
Save release artifacts only after building from source
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
  • Loading branch information
pierDipi committed Oct 13, 2021
1 parent d24282d commit 5978b31
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 5978b31

Please sign in to comment.