Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2021-11-18 11:50:44 +0300
committerGitHub <noreply@github.com>2021-11-18 11:50:44 +0300
commit61103e2ae9aa2b2c4ee6675f1bf47378cbbb03db (patch)
tree4c550bb5c697d5269bc85b908bf2fec0e51edaba /.github
parent1dcab0662d2c999c73aed1ac39a276f59c78eb02 (diff)
remove problematic pathspec (#18342)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildvue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/buildvue.yml b/.github/workflows/buildvue.yml
index d0d268df43..6f2bf0c738 100644
--- a/.github/workflows/buildvue.yml
+++ b/.github/workflows/buildvue.yml
@@ -127,7 +127,7 @@ jobs:
if: steps.vars.outputs.branch != '' && steps.vuecheck.outputs.vue_modified == '1'
- name: Push changes
run: |
- if [[ $( git diff --numstat plugins/*/vue/dist/*.js plugins/*/vue/dist/*.json ) ]]
+ if [[ $( git diff --numstat plugins/*/vue/dist/*.js ) ]]
then
cd $GITHUB_WORKSPACE
git add plugins/*/vue/dist/*.js plugins/*/vue/dist/*.json