Skip to content

Add a CI job to fetch artifacts

Nacho Barrientos requested to merge ib_int into qa

Instead of fetching the Oracle connector from a URL, use the artifacts produced by the CI of the repository that generates the final RPM that we end up installing everywhere.

If $PARENT_REF is not set (default), then it'll fetch the artifact from master. The goal is to allow this CI to run standalone, too.

Merge request reports