try again

This commit is contained in:
Kenneth Kehl
2024-10-04 11:32:16 -07:00
parent a27b9a701b
commit 21bd20f607

View File

@@ -95,10 +95,10 @@ jobs:
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
- name: Check if secret is present
run: |
if [ -z "${{ secrets.VCAP_SERVICES }}" ]; then
if [ -z "${{ secrets.E2E_BUCKET_NAME }}" ]; then
echo "Secret is empty or not set"
else
echo "Secret length is ${#${{ secrets.VCAP_SERVICES }}}"
echo "Secret length is ${#${{ secrets.E2E_BUCKET_NAME }}}"
fi
- name: Run Admin server
# If we want to log stuff and see what's broken,