Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Nov 25, 2022
1 parent beb31a4 commit 5ad804a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/staging/build/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ phases:
- cp cicd/staging/build/stack.yml ./deploy/

# Update params with the values for this run
- sed -i 's/APPARN/${AppArn}/g' params.json
- sed -i 's/APPVERSION/${AppVersion}/g' params.json
- sed -i 's/APPARN/${AppArn}/g' ./deploy/params.json
- sed -i 's/APPVERSION/${AppVersion}/g' ./deploy/params.json

artifacts:
files:
Expand Down

0 comments on commit 5ad804a

Please sign in to comment.