Skip to content

Commit

Permalink
Use osbs_ocp3 osbs-client branch for tests
Browse files Browse the repository at this point in the history
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 <acmiel@redhat.com>
  • Loading branch information
chmeliik committed Sep 29, 2021
1 parent 9bad286 commit 3e72db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3e72db8

Please sign in to comment.