Quick fix: switch jenkins > schutzbot in CI

The `jenkins/` directory has been removed in `osbuild-composer`.
This commit is contained in:
Major Hayden 2020-05-13 16:36:32 -05:00 committed by GitHub
parent b613afb168
commit 6b9cd099f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ if [[ $NAME == "Fedora" ]] && [[ $VERSION_ID == "31" ]]; then
-e journald_cursor="${JOURNALD_CURSOR}" \
-e test_type=${TEST_TYPE:-image} \
-i hosts.ini \
/tmp/git_repos/osbuild-composer/jenkins/test.yml
/tmp/git_repos/osbuild-composer/schutzbot/test.yml
fi
# Collect the systemd journal anyway if we made it all the way to the end.