mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
fixed JOB_NAME (#5077)
This commit is contained in:
@@ -24,7 +24,7 @@ case $1 in
|
||||
;;
|
||||
k8s)
|
||||
#Removing minishift (dropped support for 3.11) and adding K8S on IBM Cloud
|
||||
export JOB_NAME="odo-k8s-ibmc-pr-tests"
|
||||
export JOB_NAME="odo-k8s-ibmc-pr-build"
|
||||
export SENDQUEUE="amqp.ci.queue.k8sibmc.send"
|
||||
export SENDTOPIC="amqp.ci.topic.k8sibmc.send"
|
||||
export EXCHANGE="amqp.ci.exchange.k8sibmc.send"
|
||||
|
||||
Reference in New Issue
Block a user