Skip to content

Commit 2e78ca1

Browse files
committed
STS and nuild fix
1 parent 9c731fa commit 2e78ca1

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
@@ -8,6 +8,6 @@ set -eo pipefail
88
# # Builds Docker image of the app.
99
# TAG=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$AWS_REPOSITORY:$CIRCLE_BUILD_NUM
1010
# sed -i='' "s|member-account-processor:latest|$TAG|" docker/docker-compose.yml
11-
# echo "" > docker/api.env
11+
echo "" > docker/api.env
1212
docker-compose -f docker/docker-compose.yml build member-account-processor
1313
docker images

0 commit comments

Comments
 (0)