Skip to content

Commit

Permalink
removing some old debugging text
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 26, 2024
1 parent 923bc2e commit b0f0cfa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy-all-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b0f0cfa

Please sign in to comment.