ci: remove to much debug

skip-checks: true
This commit is contained in:
Baptiste Augrain 2022-08-29 16:06:56 +02:00
parent 78b66c8909
commit 3345c43231

View file

@ -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