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:
authorStefan Giehl <stefan@matomo.org>2021-02-26 13:06:29 +0300
committerGitHub <noreply@github.com>2021-02-26 13:06:29 +0300
commitaa5c91e8bf79320f5f097719fdfd35c12b95da79 (patch)
tree85e6417a36849208e00ce6295f482cea9b8cadc2 /.github
parente7917019cdee9fe22b4f410c2886e3857663a62d (diff)
ignore failures in submodule action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/submodules.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index ef358d5c99..47cfa12726 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -44,6 +44,7 @@ jobs:
run: git submodule foreach "git checkout 4.x-dev || git checkout master; git pull --ff-only"
- name: Check for changes
id: changes
+ continue-on-error: true
run: |
git submodule | grep -oE '^\+[0-9a-f]+ ([A-z\/\-]+)' | cut -d' ' -f 2 | xargs -r git add
IFS=$'\n'