#!/bin/sh
# fail if some commands fails
set -e
# show commands
set -x
echo "Place holder to run showcase-e2e test"
