From 317396bd5a4b5cc43f527ecd0cd7c5944981459b Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 23 Apr 2023 21:50:31 -0500 Subject: [PATCH] autocf: remove usage of old parallel downloads option --- .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 1b5180bd493..113d34c58d5 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 e293921879c..ddac94a0afd 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" )