Merge pull request #485 from phracek/support_push_minimal_container_to_quay
Build and push python minimal image to quay.io/sclorg
This commit is contained in:
parent
b3bc61b518
commit
9a3b04f941
7 changed files with 280 additions and 69 deletions
|
|
@ -47,6 +47,10 @@ function ct_os_set_path_oc_4() {
|
|||
#
|
||||
#
|
||||
function ct_os_set_ocp4() {
|
||||
if [ "${CVP:-0}" -eq "1" ]; then
|
||||
echo "Testing in CVP environment. No need to login to OpenShift cluster. This is already done by CVP pipeline."
|
||||
return
|
||||
fi
|
||||
local login
|
||||
OS_OC_CLIENT_VERSION=${OS_OC_CLIENT_VERSION:-4.4}
|
||||
ct_os_set_path_oc_4 "${OS_OC_CLIENT_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue