Skip to content

Commit

Permalink
PLT-746 Fix if statement in "promote" workflow (#1415)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

[PLT-746](https://jira.cms.gov/browse/PLT-746)

## 🛠 Changes

"fi" was added at the end of set environment variable statement

## ℹ️ Context

ab2d team is trying to deploy some code to "prod-test" and looks like
there are errors with existing code syntax in the. "promote" work flow .

<!-- If any of the following security implications apply, this PR must
not be merged without Stephen Walter's approval. Explain in this section
and add @SJWalter11 as a reviewer.
  - Adds a new software dependency or dependencies.
  - Modifies or invalidates one or more of our security controls.
  - Stores or transmits data that was not stored or transmitted before.
- Requires additional review of security implications for other reasons.
-->

## 🧪 Validation

Link to a successful manually trigger
https://github.com/CMSgov/ab2d/actions/runs/11666218254

---------

Co-authored-by: Maboh Christopher <[email protected]>
  • Loading branch information
christopher-maboh and Maboh Christopher authored Nov 4, 2024
1 parent 1719071 commit b7f5262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
echo "TAG_PREFIX=ab2d-prod-test" >> $GITHUB_ENV
else
echo "TAG_PREFIX=ab2d-$DEPLOYMENT_ENV" >> $GITHUB_ENV
fi
- name: Retag images in ECR
env:
Expand Down

0 comments on commit b7f5262

Please sign in to comment.