From 76d3d73815d8f38b43539d49cae8053991053911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Laurent?= Date: Mon, 30 May 2022 15:25:59 +0200 Subject: [PATCH] let's ignore error for the moment --- .github/workflows/releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index a5da746..5601b75 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -100,5 +100,5 @@ jobs: # final "cleanup" - name: post job run: | - bash -xe ./scripts/link_modules_resources.sh - bash -xe ./scripts/compile_translations.sh + bash -x ./scripts/link_modules_resources.sh + bash -x ./scripts/compile_translations.sh