Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ tests:
commands: |
set -euxo pipefail
echo "ODH_MODEL_CONTROLLER_IMAGE=${ODH_MODEL_CONTROLLER_IMAGE}"
export ODH_MC_MANIFEST_SOURCE="$(pwd)/config/base"

git clone https://github.com/opendatahub-io/kserve.git /tmp/kserve
pushd /tmp/kserve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ tests:
commands: |
set -euxo pipefail
echo "ODH_MODEL_CONTROLLER_IMAGE=${ODH_MODEL_CONTROLLER_IMAGE}"
export ODH_MC_MANIFEST_SOURCE="$(pwd)/config/base"

git clone https://github.com/opendatahub-io/kserve.git /tmp/kserve
pushd /tmp/kserve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ tests:
cli: latest
commands: |
set -euxo pipefail

echo "ODH_MODEL_CONTROLLER_IMAGE=${ODH_MODEL_CONTROLLER_IMAGE}"

export ODH_MC_MANIFEST_SOURCE="$(pwd)/config/base"

git clone https://github.com/opendatahub-io/kserve.git /tmp/kserve
pushd /tmp/kserve
git fetch --all --tags
Expand Down