From 78b66c89098bf28bef15c18887a5ac12a955e348 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 29 Aug 2022 15:49:24 +0200 Subject: [PATCH 1/2] fix(insider): spreadhead workflow must not be executed by a push or a PR --- .github/workflows/insider-spearhead.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/insider-spearhead.yml b/.github/workflows/insider-spearhead.yml index 8fbf398..26427a7 100644 --- a/.github/workflows/insider-spearhead.yml +++ b/.github/workflows/insider-spearhead.yml @@ -4,14 +4,6 @@ on: workflow_dispatch: schedule: - cron: '0 0 * * *' - push: - branches: [ insider ] - paths-ignore: - - '**/*.md' - pull_request: - branches: [ insider ] - paths-ignore: - - '**/*.md' jobs: build: From 3345c432311ace3ca77f1502cfbdcf94d76201c7 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 29 Aug 2022 16:06:56 +0200 Subject: [PATCH 2/2] ci: remove to much debug skip-checks: true --- prepare_vscode.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index 6d14825..c817cf5 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -74,11 +74,15 @@ fi cp product.json product.json.bak setpath() { + { set +x; } 2>/dev/null echo "$( cat "${1}.json" | jq --arg 'path' "${2}" --arg 'value' "${3}" 'setpath([$path]; $value)' )" > "${1}.json" + set -x } setpath_json() { + { set +x; } 2>/dev/null echo "$( cat "${1}.json" | jq --arg 'path' "${2}" --argjson 'value' "${3}" 'setpath([$path]; $value)' )" > "${1}.json" + set -x } # set fields in product.json