Skip to content

Commit

Permalink
Fix: [AEA-0000] - fix getting prod and int deployed tag (#147)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change


### Details

- fix getting prod and int deployed tag
  • Loading branch information
anthony-nhs authored Apr 23, 2024
1 parent bdfa765 commit 43924a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get_target_deployed_tag.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

current_deployed_tag=$(aws cloudformation describe-stacks --stack-name "$TARGET_ENVIRONMENT"-psu --query "Stacks[0].Tags[?Key=='version'].Value" --output text)
current_deployed_tag=$(aws cloudformation describe-stacks --stack-name psu --query "Stacks[0].Tags[?Key=='version'].Value" --output text)


if [ -z "$current_deployed_tag" ]
Expand Down

0 comments on commit 43924a7

Please sign in to comment.