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 c621201 commit f0e96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/todos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include .make.pytest
ID := 732701080264

# set Make variables
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 f0e96a5

Please sign in to comment.