From b0f0cfa7f2ca543c60f32b5b67b651e6c0f23a42 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Mon, 26 Aug 2024 15:44:09 -0700 Subject: [PATCH] removing some old debugging text --- .github/workflows/deploy-all-hubs.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/deploy-all-hubs.yaml b/.github/workflows/deploy-all-hubs.yaml index 18736907e..fbc149187 100644 --- a/.github/workflows/deploy-all-hubs.yaml +++ b/.github/workflows/deploy-all-hubs.yaml @@ -29,11 +29,6 @@ jobs: echo "DEPLOY=1" >> $GITHUB_ENV fi done - if [[ -n "${{ env.DEPLOY }}" ]]; then - echo "Deploying base hub images to all deployments on staging" - else - echo "No hub images to deploy to staging" - fi - name: Check out the image repo if: ${{ env.DEPLOY }} @@ -123,11 +118,6 @@ jobs: echo "DEPLOY=1" >> $GITHUB_ENV fi done - if [[ -n "${{ env.DEPLOY }}" ]]; then - echo "Deploying base hub images to all deployments to prod" - else - echo "No hub images to deploy" - fi - name: Check out the image repo uses: actions/checkout@v4