summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2015-12-23 16:30:13 -0500
committerThomas F Herbert <therbert@redhat.com>2015-12-23 16:30:13 -0500
commit9d3e806aae5b9609220517dfc440a3078243062a (patch)
tree91f15ad0984591d14bd290dae1ca5689311b784c
parent804b25d9289e683684eb88e9b550b40d44da3c7a (diff)
Fix check of Jenkins job name
Change-Id: Idbbf146e41cd197c033104eee054623607d0b4f1 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
-rwxr-xr-xci/buildovs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/buildovs.sh b/ci/buildovs.sh
index b967c16..77cb96d 100755
--- a/ci/buildovs.sh
+++ b/ci/buildovs.sh
@@ -165,7 +165,7 @@ fi
# copy artifacts.
-if [ "$JOB_NAME" == "daily" ]; then
+if [[ "$JOB_NAME" =~ "daily" ]]; then
upload_artifacts.sh
fi