Skip to content

Commit 50d1664

Browse files
author
vikasrohit
authored
Merge pull request #1103 from topcoder-platform/hotfix/aws-ignore-files
Stop bundling AWS files
2 parents b159b94 + faf6479 commit 50d1664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ builddeploy_steps: &builddeploy_steps
3333
command: |
3434
./awsconfiguration.sh $DEPLOY_ENV
3535
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
36+
echo awsenvconf >.dockerignore
37+
echo buildenvvar >>.dockerignore
3638
- run:
3739
name: "building image"
3840
command: |

0 commit comments

Comments
 (0)