backstage-demo-janus-showcase/.ibm/pipelines/openshift-ci-tests.sh
Med Mouine 089a1cd890 config
2024-04-18 10:23:04 -04:00

6 lines
115 B
Bash
Executable File

#!/bin/sh
# fail if some commands fails
set -e
# show commands
set -x
echo "Place holder to run openshift-ci-tests"