tests: Don't execute koji.sh inside nightly CI pipelines
This commit is contained in:
parent
3899acbf84
commit
864a1a2330
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue