Skip to content

Commit 8ca9534

Browse files
chore: update external resources (#50)
Updated: - rhdh-plugin-export-utils scripts (57ca427 -> 4f020a7) - rhdh yarn.lock (028578b -> e3bbdf4) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 91f4119 commit 8ca9534

3 files changed

Lines changed: 13 additions & 20 deletions

File tree

resources/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"export-util-script-hash": "57ca4272f8986ee0e035396108e01f92af5a1092",
3-
"rhdh-hash": "028578b850586cda86265fd65c6ed08c2890f884"
2+
"export-util-script-hash": "4f020a70b742e12b589571a3e62e809d3f67f939",
3+
"rhdh-hash": "e3bbdf4b096ffb80b184c0161ca782c99c62320c"
44
}

resources/rhdh/yarn.lock

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30685,17 +30685,6 @@ __metadata:
3068530685
languageName: node
3068630686
linkType: hard
3068730687

30688-
"mkdirp@npm:^0.5.6":
30689-
version: 0.5.6
30690-
resolution: "mkdirp@npm:0.5.6"
30691-
dependencies:
30692-
minimist: "npm:^1.2.6"
30693-
bin:
30694-
mkdirp: bin/cmd.js
30695-
checksum: 10c0/e2e2be789218807b58abced04e7b49851d9e46e88a2f9539242cc8a92c9b5c3a0b9bab360bd3014e02a140fc4fbc58e31176c408b493f8a2a6f4986bd7527b01
30696-
languageName: node
30697-
linkType: hard
30698-
3069930688
"mkdirp@npm:^1.0.3":
3070030689
version: 1.0.4
3070130690
resolution: "mkdirp@npm:1.0.4"
@@ -30850,17 +30839,14 @@ __metadata:
3085030839
linkType: hard
3085130840

3085230841
"multer@npm:^2.0.2":
30853-
version: 2.0.2
30854-
resolution: "multer@npm:2.0.2"
30842+
version: 2.1.1
30843+
resolution: "multer@npm:2.1.1"
3085530844
dependencies:
3085630845
append-field: "npm:^1.0.0"
3085730846
busboy: "npm:^1.6.0"
3085830847
concat-stream: "npm:^2.0.0"
30859-
mkdirp: "npm:^0.5.6"
30860-
object-assign: "npm:^4.1.1"
3086130848
type-is: "npm:^1.6.18"
30862-
xtend: "npm:^4.0.2"
30863-
checksum: 10c0/d3b99dd0512169bbabf15440e1bbb3ecdc000b761e5a3e4aaca40b5e5e213c6cdcc9b7dffebaa601b7691a84f6876aa87e0173ffcc47139253793cf5657819eb
30849+
checksum: 10c0/2ec4e02833b20f403cfb879d4b64d2a9070d902b9deae7aef18a6faadb707d7665385456cf540aa8a6dadfe3d4c5fc8e0e7b0675b94e1077048b1125426deee6
3086430850
languageName: node
3086530851
linkType: hard
3086630852

scripts/export-workspace.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ run_cli() {
5353
# we WANT cli_args to split by spaces here
5454
# shellcheck disable=SC2068
5555
if ! "${cli_bin[@]}" ${cli_args_split[@]} >/tmp/export-dynamic-cli.log 2>&1; then
56-
echo "Error running CLI: $(cat /tmp/export-dynamic-cli.log)"
56+
echo "Error running CLI: "
57+
echo "##########################################################"
58+
cat /tmp/export-dynamic-cli.log
59+
echo "##########################################################"
60+
if [[ -f yarn-install.log ]]; then
61+
cat yarn-install.log;
62+
echo "##########################################################"
63+
fi
5764
return 1
5865
fi
5966
rm -f /tmp/export-dynamic-cli.log

0 commit comments

Comments
 (0)