Skip to content

Commit 55d2196

Browse files
committed
Revert "Try to debug why the JetBrains provider is stalling"
This reverts commit 7226b0f.
1 parent 7226b0f commit 55d2196

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/jetbrains.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -x
32
set -e
43
set -Euo pipefail
54

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