X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjenkins-verify-images.sh;h=d005c52f0873b1c16ed408af3b1daaacf3944b97;hb=b55451a53da28d40c62de5cae462302a32fe4c31;hp=a27efd83946aa8c8420322f2c3740d94bce6c340;hpb=e1aa69307271648dccb7d3b44530b4b39b647711;p=releng%2Fglobal-jjb.git diff --git a/shell/jenkins-verify-images.sh b/shell/jenkins-verify-images.sh index a27efd83..d005c52f 100755 --- a/shell/jenkins-verify-images.sh +++ b/shell/jenkins-verify-images.sh @@ -43,7 +43,7 @@ echo "Verifying that cloud has a master configuration file" for cloud in jenkins-config/clouds/openstack/*; do if [[ -f $cloud/cloud.cfg ]]; then # Get the OS_CLOUD variable from cloud config - if ! os_cloud=$(egrep "^OS_CLOUD=" "$cloud/cloud.cfg" | cut -d'=' -f2); then + if ! os_cloud=$(grep -E "^OS_CLOUD=" "$cloud/cloud.cfg" | cut -d'=' -f2); then os_cloud="vex" fi OS_CLOUD=$os_cloud verify_images "$cloud"