diff --git a/README.md b/README.md index 7a2351a..90145f3 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ Project to test ci.kronosnet.org pipelines development commit to 'main' to check if PRs break and another +one more diff --git a/test-helloworld.sh b/test-helloworld.sh index 4e9c908..e444694 100755 --- a/test-helloworld.sh +++ b/test-helloworld.sh @@ -5,9 +5,9 @@ set -e src="$1" build="$2" -if [ "$FAILTESTS" = "yes" ]; then +if [ -f "/etc/debian_version" ]; then exit 1 fi -echo "running $build/helloworld" +echo "running $build/helloworld again again, again " $build/helloworld