Skip to content

Commit

Permalink
itterating off an init is awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jun 21, 2024
1 parent c64eb92 commit cf241f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ jobs:
echo "$template" > /tmp/latest_template.yaml
# Retrieve the current version and bump it
CURRENT_VERSION=$(aws cloudformation describe-stacks --region "${{ matrix.aws-region }}" --stack-name "$STACK_NAME" --query "Stacks[0].Parameters[?ParameterKey=='RecipeVersion'].ParameterValue" --output text)
CURRENT_VERSION=$(aws cloudformation describe-stacks --region "${{ matrix.aws-region }}" --stack-name "$STACK_NAME" --query "Stacks[0].Parameters[?ParameterKey=='RecipeVersion'].ParameterValue" --output text) || CURRENT_VERSION="0.0.0"
# If CURRENT_VERSION is empty, set a default version
if [[ -z "$CURRENT_VERSION" ]]; then
Expand Down

0 comments on commit cf241f7

Please sign in to comment.