Skip to content

Commit 7226b0f

Browse files
committed
Try to debug why the JetBrains provider is stalling
1 parent 7f1e7b1 commit 7226b0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/jetbrains.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -x
23
set -e
34
set -Euo pipefail
45

bin/update.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ vendors=(
6868
"$(cmd 'jetbrains')"
6969
)
7070

71-
printf '%s\n' "${vendors[@]}" | parallel -P 4 --verbose "bash {} ${METADATA_DIR}/vendor ${CHECKSUM_DIR} ; echo \"{} EXIT CODE: \$?\""
71+
printf '%s\n' "${vendors[@]}" | parallel -P 1 --verbose "bash {} ${METADATA_DIR}/vendor ${CHECKSUM_DIR} ; echo \"{} EXIT CODE: \$?\""
7272

7373
jq -s 'add' "${METADATA_DIR}"/vendor/*/all.json > "${METADATA_DIR}/all.json"
7474
aggregate_metadata "${METADATA_DIR}/all.json" "${METADATA_DIR}"

0 commit comments

Comments
 (0)