6 lines
115 B
Bash
Executable File
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" |