Test_CI-CD/sample/test.sh

7 lines
75 B
Bash
Executable File

#!/bin/bash
if [ 1 -eq 1 ]; then
echo "Test passed"
else
exit 1
fi