set errexit, trap kind-logs

Signed-off-by: Joakim Ahrlin <joakim.ahrlin@gmail.com>
This commit is contained in:
Joakim Ahrlin 2022-08-26 11:46:48 +02:00
parent 58de2e57a8
commit 6cfce6459e

View File

@ -14,5 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -o errexit
trap 'make kind-logs' EXIT
make --no-print-directory e2e FLAKE_ATTEMPTS=2 K8S_VERSION="$(K8S_VERSION)"
make kind-logs