When Jenkins clones a repository for testing, it does the base clone
first and then merges the code from the PR afterwards. This ensures that
the code merges properly and is tested properly, but it also makes a SHA
that only exists inside Jenkins. 😢
Tell ansible-osbuild to use the repository that Jenkins made so that the
SHA is valid.
Signed-off-by: Major Hayden <major@redhat.com>
|
||
|---|---|---|
| .. | ||
| Jenkinsfile | ||
| run_tests.sh | ||
| test.yml | ||
| test_runner_base.yml | ||
| test_runner_image.yml | ||
| vars.yml | ||