tests: Don't execute koji.sh inside nightly CI pipelines

This commit is contained in:
Alexander Todorov 2022-01-25 13:47:31 +02:00 committed by Sanne Raymaekers
parent 3899acbf84
commit 864a1a2330

View file

@ -11,6 +11,11 @@ function greenprint {
echo -e "\033[1;32m[$(date -Isecond)] ${1}\033[0m"
}
if [ "${NIGHTLY:=false}" == "true" ]; then
greenprint "INFO: Test not supported during nightly CI pipelines. Exiting ..."
exit 0
fi
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh