You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2023/03/17 11:59:56 UTC

[druid] branch master updated: Fix error in cron job ITs workflow (#13945)

This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c250a0bc0 Fix error in cron job ITs workflow  (#13945)
1c250a0bc0 is described below

commit 1c250a0bc00b5d2722e7d6fc2795facce799bec6
Author: Tejaswini Bandlamudi <96...@users.noreply.github.com>
AuthorDate: Fri Mar 17 17:29:45 2023 +0530

    Fix error in cron job ITs workflow  (#13945)
---
 .github/workflows/cron-job-its.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cron-job-its.yml b/.github/workflows/cron-job-its.yml
index 7d551df16a..f0c9ad4084 100644
--- a/.github/workflows/cron-job-its.yml
+++ b/.github/workflows/cron-job-its.yml
@@ -74,8 +74,9 @@ jobs:
 
   security_vulnerabilities:
     name: security vulnerabilities
-    matrix:
-      HADOOP_PROFILE: [ '', '-Phadoop3' ]
+    strategy:
+      matrix:
+        HADOOP_PROFILE: [ '', '-Phadoop3' ]
     runs-on: ubuntu-latest
     steps:
       - name: Checkout branch


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org