From 3e72db8b0a34c1e8b1858f6756f32d0d47c593a4 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Wed, 29 Sep 2021 11:13:50 +0200 Subject: [PATCH] Use osbs_ocp3 osbs-client branch for tests Tragically, unit tests and linting in atomic-reactor depends on the osbs-client version used. For the ocp3 version of atomic-reactor, use the ocp3 version of osbs-client. Signed-off-by: Adam Cmiel --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 2137c7e99..cfe53eece 100755 --- a/test.sh +++ b/test.sh @@ -28,7 +28,7 @@ function setup_osbs() { # Optionally specify repo and branch for osbs-client to test changes # which depend on osbs-client patches not yet available in upstream master OSBS_CLIENT_REPO=${OSBS_CLIENT_REPO:-https://github.com/containerbuildsystem/osbs-client} - OSBS_CLIENT_BRANCH=${OSBS_CLIENT_BRANCH:-master} + OSBS_CLIENT_BRANCH=${OSBS_CLIENT_BRANCH:-osbs_ocp3} # PIP_PREFIX: osbs-client provides input templates that must be copied into /usr/share/... ENVS='-e PIP_PREFIX=/usr'