MonkeyCanCode commented on code in PR #626:
URL: https://github.com/apache/polaris/pull/626#discussion_r1938615680


##########
.github/workflows/helm.yml:
##########
@@ -79,7 +79,7 @@ jobs:
         if: steps.list-changed.outputs.changed == 'true'
         run: |
           helm plugin install 
https://github.com/helm-unittest/helm-unittest.git || true
-          helm unittest helm/polaris
+          helm unittest helm/polaris 2> >(grep -v 'found symbolic link' >&2)

Review Comment:
   With https://github.com/apache/polaris/pull/912/files, we will need only the 
original command without filter out the warning messages due to symbolic link. 



##########
.github/workflows/helm.yml:
##########
@@ -79,7 +79,7 @@ jobs:
         if: steps.list-changed.outputs.changed == 'true'
         run: |
           helm plugin install 
https://github.com/helm-unittest/helm-unittest.git || true
-          helm unittest helm/polaris
+          helm unittest helm/polaris 2> >(grep -v 'found symbolic link' >&2)

Review Comment:
   With https://github.com/apache/polaris/pull/912/files, we will need only the 
original command without filter out the warning messages due to symbolic link. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to