From d196ab70a0b69cfe0864a5181e2e4705b3ee7b47 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:08:41 -0400 Subject: [PATCH] remove ENV checks from siging script (#1134) --- .github/scripts/apple-signing/setup-prod.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/scripts/apple-signing/setup-prod.sh b/.github/scripts/apple-signing/setup-prod.sh index 277831f73..0048a1a6f 100755 --- a/.github/scripts/apple-signing/setup-prod.sh +++ b/.github/scripts/apple-signing/setup-prod.sh @@ -14,23 +14,6 @@ if [ -z "$APPLE_DEVELOPER_ID_CERT_PASS" ]; then exit_with_error "APPLE_DEVELOPER_ID_CERT_PASS not set" fi -if [ -z "$DOCKER_USERNAME" ]; then - exit_with_error "DOCKER_USERNAME not set" -fi - -if [ -z "$DOCKER_PASSWORD" ]; then - exit_with_error "DOCKER_PASSWORD not set" -fi - -if [ -z "$GHCR_USERNAME" ]; then - exit_with_error "GHCR_USERNAME not set" -fi - -if [ -z "$GHCR_PASSWORD" ]; then - exit_with_error "GHCR_PASSWORD not set" -fi -set -u - # setup_signing # # preps the MAC_SIGNING_IDENTITY env var for use in the signing process, using production certificate material