summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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