Skip to content

Commit

Permalink
test delete review app
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Nov 11, 2024
1 parent 2630324 commit 9b1192e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/delete-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
- name: Set environment variables
run: |
source global_config/review.sh
echo "RESOURCE_GROUP_NAME=${AZURE_RESOURCE_PREFIX}-${SERVICE_SHORT}-${CONFIG_SHORT}-rg"
echo "STORAGE_ACCOUNT_NAME=${AZURE_RESOURCE_PREFIX}${SERVICE_SHORT}dbbkp${CONFIG_SHORT}sa"
echo "CONTAINER_NAME="terraform-state"
echo "TF_STATE_FILE=pr-${{ env.PR_NUMBER }}_kubernetes.tfstate"
echo "RESOURCE_GROUP_NAME=${AZURE_RESOURCE_PREFIX}-${SERVICE_SHORT}-${CONFIG_SHORT}-rg" >> $GITHUB_ENV
echo "STORAGE_ACCOUNT_NAME=${AZURE_RESOURCE_PREFIX}${SERVICE_SHORT}dbbkp${CONFIG_SHORT}sa" >> $GITHUB_ENV
echo "CONTAINER_NAME="terraform-state" >> $GITHUB_ENV
Expand Down

0 comments on commit 9b1192e

Please sign in to comment.