Skip to content

Commit 1e0baa6

Browse files
authored
Update build.sh
1 parent 234a808 commit 1e0baa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ JQ="jq --raw-output --exit-status"
66
ENV=$1
77
#AWS_REGION=$(eval "echo \$${ENV}_AWS_REGION")
88
#ACCOUNT_ID=$(eval "echo \$${ENV}_AWS_ACCOUNT_ID")
9-
#AWS_REPOSITORY=$(eval "echo \$${ENV}_AWS_REPOSITORY")
9+
AWS_REPOSITORY=$(eval "echo \$${ENV}_AWS_REPOSITORY")
1010

1111
build() {
1212
docker build -t $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$AWS_REPOSITORY:$CIRCLE_SHA1 .

0 commit comments

Comments
 (0)