Skip to content

Commit

Permalink
Test CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Snyder committed Apr 18, 2023
1 parent f0e96a5 commit 8245d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lambdas/todos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ include .make.pytest
ID := 732701080264

# set Make variables
ecr := $$(ID).dkr.ecr.region.amazonaws.com
ecr := $($(ID)).dkr.ecr.region.amazonaws.com
# ecr := $$(ID).dkr.ecr.region.amazonaws.com
# ecr := $(AWS_ACCOUNT_ID).dkr.ecr.region.amazonaws.com

######## FASTAPI local development
Expand Down

0 comments on commit 8245d86

Please sign in to comment.