X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjenkins-verify-images.sh;h=d005c52f0873b1c16ed408af3b1daaacf3944b97;hb=4e5148bea90808186cdda4154e62e4297d706270;hp=a27efd83946aa8c8420322f2c3740d94bce6c340;hpb=6672511a43ad2dd924cd4ff7b9bb446ccd974f05;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"