set errexit, trap kind-logs
Signed-off-by: Joakim Ahrlin <joakim.ahrlin@gmail.com>
This commit is contained in:
parent
58de2e57a8
commit
6cfce6459e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user