4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh -e
|
||
|
echo "This is a test failure to see if CI is working"
|
||
|
exit 1
|