Skip to content

Commit

Permalink
Merge pull request #1103 from topcoder-platform/hotfix/aws-ignore-files
Browse files Browse the repository at this point in the history
Stop bundling AWS files
  • Loading branch information
vikasrohit authored Mar 9, 2021
2 parents b159b94 + faf6479 commit 50d1664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ builddeploy_steps: &builddeploy_steps
command: |
./awsconfiguration.sh $DEPLOY_ENV
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
echo awsenvconf >.dockerignore
echo buildenvvar >>.dockerignore
- run:
name: "building image"
command: |
Expand Down

0 comments on commit 50d1664

Please sign in to comment.