Skip to content

Commit

Permalink
getting application id for atomic-fruits
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Sep 8, 2023
1 parent 8248db8 commit c5669f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-atomic-fruits-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
sleep $retry_delay
fi
done
note "Getting the application id for atomic-fruits"
APPLICATION_ID=$(echo "$APPLICATION" | jq -r '.id')
echo "atomic-fruits application id: $APPLICATION_ID"
./scripts/data/claims.sh url=$PRIMAZA_URL claim_name=fruits-claim description=postgresql-fruits-db requested_service=postgresql-14.5 application_id=$APPLICATION_ID
- name: Bind application
env:
Expand Down

0 comments on commit c5669f6

Please sign in to comment.