Fix check of Jenkins job name 61/5161/1
authorThomas F Herbert <therbert@redhat.com>
Wed, 23 Dec 2015 21:30:13 +0000 (16:30 -0500)
committerThomas F Herbert <therbert@redhat.com>
Wed, 23 Dec 2015 21:30:13 +0000 (16:30 -0500)
Change-Id: Idbbf146e41cd197c033104eee054623607d0b4f1
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
ci/buildovs.sh

index b967c16..77cb96d 100755 (executable)
@@ -165,7 +165,7 @@ fi
 
 # copy artifacts.
 
-if [ "$JOB_NAME" == "daily" ]; then
+if [[ "$JOB_NAME" =~ "daily" ]]; then
     upload_artifacts.sh
 fi