From d0dcc686b0dab8d3070fcd402ef51407b0d201d1 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 23 Apr 2023 22:05:03 -0500 Subject: [PATCH] autocf: remove usage of old parallel downloads option (#2095) --- .github/workflows/verify-pr.yml | 1 + scripts/start-deployAutoCF | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index 1b5180bd..113d34c5 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -64,6 +64,7 @@ jobs: MINECRAFT_VERSION: ${{ matrix.mcVersion }} VARIANT: ${{ matrix.variant }} MODS_FORGEAPI_KEY: ${{ secrets.MODS_FORGEAPI_KEY }} + CF_API_KEY: ${{ secrets.MODS_FORGEAPI_KEY }} DEBUG: ${{ runner.debug }} run: | tests/test.sh diff --git a/scripts/start-deployAutoCF b/scripts/start-deployAutoCF index e2939218..ddac94a0 100644 --- a/scripts/start-deployAutoCF +++ b/scripts/start-deployAutoCF @@ -40,7 +40,6 @@ if [[ ${CF_SET_LEVEL_FROM} ]]; then args+=(--set-level-from="$CF_SET_LEVEL_FROM") fi args+=( - --parallel-downloads="$CF_PARALLEL_DOWNLOADS" --force-synchronize="$CF_FORCE_SYNCHRONIZE" --overrides-skip-existing="$CF_OVERRIDES_SKIP_EXISTING" )